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

s.pgpainless-cli.1.6.3.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
<!--
SPDX-FileCopyrightText: 2021 Paul Schaub <[email protected]>

SPDX-License-Identifier: Apache-2.0
-->

<configuration debug="false">
    <appender name="STDERR" class="ch.qos.logback.core.ConsoleAppender">
        <target>System.err</target>
        <encoder>
            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
        </encoder>
    </appender>

    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <target>System.out</target>
        <encoder>
            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
        </encoder>
    </appender>

    <root level="error">
        <appender-ref ref="STDERR" />
    </root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy