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

publisher.org.hl7.fhir.publisher.cli.1.3.25.source-code.logback.xml Maven / Gradle / Ivy

<configuration scan="true" scanPeriod="30 seconds">

	<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
		<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
			<level>INFO</level>
		</filter>
		<encoder>
			<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} [%file:%line] %msg%n</pattern>
		</encoder>
	</appender>

	<root level="info">
		<appender-ref ref="STDOUT" />
	</root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy