Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gcpc / var / lib / gcpc / bin / logback.xml
Size: Mime:
<configuration>
    <appender name="FILE_INFO" class="ch.qos.logback.core.FileAppender">
        <file>__LOG_PATH__/out.log</file>
        <encoder>
            <pattern>%d{yyyy/MM/dd HH:mm:ss.SSS} %p [%c{1}] %m%n</pattern>
        </encoder>
    </appender>

    <logger name="org.apache.http" level="INFO"/>

    <root level="info">
        <appender-ref ref="FILE_INFO" />
    </root>
</configuration>