owsybl-itools-packager-maven-plugin.6.4.1.source-code.logback-itools.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2016, All partners of the iTesla project (http://www.itesla-project.eu/consortium) This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <!--Configuration of the command line process log--> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <Pattern>%d{yyyy-MM-dd_HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</Pattern> </encoder> </appender> <root level="ERROR"> <appender-ref ref="STDOUT" /> </root> </configuration>