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

p.step-framework-core.2.1.0.source-code.logback-for-test.xml Maven / Gradle / Ivy

The newest version!
<configuration scan="true" scanPeriod="60 seconds">
    <!-- this logback configuration file with custom name will only be used if explicitly set with logback.configurationFile system property -->
    <!-- it is meant to be used with the maven-surefire-plugin -->
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
        </encoder>
    </appender>

    <logger name="org.lightcouch" level="error" />

    <root level="info">
        <!--<appender-ref ref="FILE" />-->
        <appender-ref ref="STDOUT" />
    </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy