[java-identity-provider] branch main updated: IDP-1903 - Remove logback.xml from idp-core
Scott Cantor
cantor.2 at osu.edu
Wed Mar 2 20:52:12 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a50e9cdb228d83aca034f370f2d9764800fe895e
The following commit(s) were added to refs/heads/main by this push:
new a50e9cdb2 IDP-1903 - Remove logback.xml from idp-core
a50e9cdb2 is described below
commit a50e9cdb228d83aca034f370f2d9764800fe895e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 2 15:52:08 2022 -0500
IDP-1903 - Remove logback.xml from idp-core
https://shibboleth.atlassian.net/browse/IDP-1903
---
idp-core/src/main/resources/logback.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/idp-core/src/main/resources/logback.xml b/idp-core/src/main/resources/logback.xml
deleted file mode 100644
index 4c9fc6dff..000000000
--- a/idp-core/src/main/resources/logback.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<configuration>
-
- <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
- <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
- <charset>UTF-8</charset>
- <Pattern>%date{yyyy-MM-dd HH:mm:ss.SSS} [%5level] : %logger: %msg%n</Pattern>
- </encoder>
- </appender>
-
- <root level="warn">
- <appender-ref ref="STDOUT" />
- </root>
-
-</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list