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

rfana-gatling-maven-plugin.3.2.1.source-code.logback.xml Maven / Gradle / Ivy

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

	<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
		<immediateFlush>false</immediateFlush>
		<encoder>
			<pattern>%d{HH:mm:ss.SSS} [%thread{10}][%-5level][%file:%line] %logger{15} - %msg%n%rEx</pattern>
		</encoder>
	</appender>

	<root>
		<level value="WARN" />
		<appender-ref ref="CONSOLE" />
	</root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy