[java-shib-shared] branch main updated: Turn down log level.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 13 18:34:01 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=13c0ce88d9a42743e224368e683d20893859dc85
The following commit(s) were added to refs/heads/main by this push:
new 13c0ce88 Turn down log level.
13c0ce88 is described below
commit 13c0ce88d9a42743e224368e683d20893859dc85
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 13 14:33:58 2022 -0400
Turn down log level.
---
.../src/test/resources/logback-test.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/shib-networking-spring/src/test/resources/logback-test.xml b/shib-networking-spring/src/test/resources/logback-test.xml
new file mode 100644
index 00000000..a3f1c9ad
--- /dev/null
+++ b/shib-networking-spring/src/test/resources/logback-test.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+
+ <logger name="net.shibboleth.ext.spring" level="INFO"/>
+ <logger name="net.shibboleth.utilities" level="INFO"/>
+
+ <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
+ <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
+ <charset>UTF-8</charset>
+ <Pattern>%date{HH:mm:ss.SSS} - %level [%logger:%line] - %msg%n</Pattern>
+ </encoder>
+ </appender>
+
+ <root level="WARN">
+ <appender-ref ref="CONSOLE"/>
+ </root>
+
+</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list