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

il.andhow.0.4.0.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
	<appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
		<encoder>
			<pattern>%d{HH:mm:ss} %m \(%c{1}[%p]\)%n</pattern>
		</encoder>
	</appender>
	
	<root level="ERROR">
		<appender-ref ref="stdout" />
	</root>
	
	<logger name="gov.usgs.wma.gcmrc" level="INFO" />
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy