.recorder.2.0-alpha.source-code.logback-test-desperated.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of recorder Show documentation
Show all versions of recorder Show documentation
A framework that helps you log in the database
<configuration scan="false"> <Property name="logPattern" value="[%p %d{yyyy-MM-dd HH:mm:ss}][%C{0}:%L:%t]%m%n" /> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>${logPattern}</pattern> </encoder> </appender> <root> <level value="info" /> <appender-ref ref="CONSOLE" /> </root> </configuration>