tr.commons.1.3.3.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
Common classes and utilities integrated with various projects
<configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{HH:mm:ss.SSS} %-5level %logger - %msg%n</pattern> </encoder> </appender> <logger name="com.datastax" level="WARN"/> <root level="info"> <appender-ref ref="STDOUT"/> </root> </configuration>