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

ppyjiahui.z-web.0.1.20.source-code.logback-spring.xml Maven / Gradle / Ivy

There is a newer version: 0.1.29
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
    <include resource="org/springframework/boot/logging/logback/defaults.xml"/>
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>${CONSOLE_LOG_PATTERN}</pattern>
            <charset>UTF-8</charset>
        </encoder>
    </appender>
    <root level="info">
        <appender-ref ref="STDOUT"/>
    </root>

    <logger name="org.apache.commons.beanutils" additivity="false">
        <level value="ERROR"/>
        <appender-ref ref="STDOUT"/>
    </logger>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy