All Downloads are FREE. Search and download functionalities are using the official Maven repository.

keel.keel-cli.0.197.0.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
<configuration>
    <appender name="FILE" class="ch.qos.logback.core.FileAppender">
        <file>keel-cli.log</file>
        <encoder>
            <pattern>%date %level [%thread] %logger{10} [%file:%line] %msg%n</pattern>
        </encoder>
    </appender>
    <root level="info">
        <appender-ref ref="FILE" />
    </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy