<?xml version="1.0" encoding="UTF-8"?>
<config>

    <bean class="net.cyan.commons.file.CommonFileService" name="accesslog_zip">
        <path>/home/files_accesslog</path>
    </bean>

    <bean class="com.gzzm.platform.log.AccessLogger" imp="com.gzzm.platform.log.BaseAccessLogger" factory="instance">
        <path>/home/accesslog/</path>
<!--        <fileSize>20K</fileSize>-->
        <zipCommonFileService inject="true" name="accesslog_zip"/>
    </bean>

</config>