shotgun.1.0.0.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 shotgun Show documentation
Show all versions of shotgun Show documentation
Build an asciidoc swagger changelog from a nexus history
The newest version!
<configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder by default --> <encoder> <pattern>%msg%n</pattern> </encoder> </appender> <logger name="com.sonalake" level="INFO"/> <root level="ERROR"> <appender-ref ref="STDOUT"/> </root> </configuration>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy