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

raui.noraui.3.0.1.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>

	<appender name="consoleDebug" class="ch.qos.logback.core.ConsoleAppender">
		<layout class="ch.qos.logback.classic.PatternLayout">
			<Pattern>
				[%d{yyyy-MM-dd HH:mm:ss} - %-5p %c{1}:%l]: %m%n
			</Pattern>
		</layout>
	</appender>
	
	<appender name="consoleInfo" class="ch.qos.logback.core.ConsoleAppender">
		<layout class="ch.qos.logback.classic.PatternLayout">
			<Pattern>
				[%d{yyyy-MM-dd HH:mm:ss}]: %m%n
			</Pattern>
		</layout>
	</appender>

	<logger name="org.openqa.selenium" level="off"/>
	<logger name="com.gargoylesoftware" level="off"/>

	<root level="INFO">
		<appender-ref ref="consoleInfo" />
	</root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy