services.microserver-core.0.58.source-code.logback.xml Maven / Gradle / Ivy
<configuration scan="true"> <property resource="lana.properties" /> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%date{MMM dd yyyy h:mm:ss a z,EST} %-5p %c - %msg -- [%thread] %n</pattern> </encoder> </appender> <root> <level value="INFO" /> <appender-ref ref="CONSOLE" /> </root> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy