Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@iay
Latest commit dbadbb4 Jun 10, 2021 History
See ukf/ukf-meta#63.
1 contributor

Users who have contributed to this file

22 lines (17 sloc) 686 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<charset>UTF-8</charset>
<Pattern>%-5level - %msg%n</Pattern>
</encoder>
</appender>
<!--
Based on the default quiet logging configuration, adding anything we
specifically want to see from lower levels than WARN.
-->
<logger name="net.shibboleth.metadata.pipeline.StatusMetadataLoggingStage" level="INFO"/>
<root level="WARN">
<appender-ref ref="CONSOLE"/>
</root>
</configuration>