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

nshine.container.1.2.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<!--
	This file is automatically discovered by Logback. Here we configures default logging
	rules to use during Moonshine framework bootstrap. Later when access to the filesystem
	will be provided logback-moonshine.xml file will be loaded which replaces rules specified here.
-->
<configuration>
	<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
		<encoder>
			<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%nopex%n</pattern>
		</encoder>
	</appender>
	<root level="${log.level:-WARN}">
		<appender-ref ref="STDOUT" />
	</root>
	<logger name="Moonshine" level="${log.level:-INFO}"/>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy