ght.jsonrpc.test-tool.1.11.1.source-code.logback.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2020 Lumina Networks, Inc. All Rights Reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> <configuration xmlns="http://ch.qos.logback/xml/ns/logback" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ch.qos.logback/xml/ns/logback https://raw.githubusercontent.com/enricopulatzo/logback-XSD/master/src/main/xsd/logback.xsd" scan="true"> <statusListener class="ch.qos.logback.core.status.NopStatusListener" /> <appender name="console" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>UTF-8</charset> <pattern>[%d{"yyyy-MM-dd'T'HH:mm:ss,SSSXXX", UTC}][%-12thread][%-5level][%-25logger] - %msg%n</pattern> </encoder> </appender> <logger name="org.opendaylight.jsonrpc" level="${LOG_LEVEL:-DEBUG}" /> <root level="INFO"> <appender-ref ref="console" /> </root> </configuration>