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

picurio-registry-tests.1.3.2.Final.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<configuration>

    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%d{yyyy-MM-dd'T'HH:mm:ss.SSS'Z',GMT} %highlight(%-5p) [%c{0}] %m%n</pattern>
        </encoder>
    </appender>

    <root level="${LOG_LEVEL:-info}">
        <appender-ref ref="STDOUT"/>
    </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy