[cpp-sp] branch main updated: Remove another old logger.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 22 14:25:11 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=442d7d0c6bb2a564aa331d45f3695feb21f71879
The following commit(s) were added to refs/heads/main by this push:
new 442d7d0c Remove another old logger.
442d7d0c is described below
commit 442d7d0c6bb2a564aa331d45f3695feb21f71879
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 22 10:25:07 2025 -0400
Remove another old logger.
---
configs/win-native.logger | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/configs/win-native.logger b/configs/win-native.logger
deleted file mode 100644
index b95924b2..00000000
--- a/configs/win-native.logger
+++ /dev/null
@@ -1,25 +0,0 @@
-# set overall behavior
-log4j.rootCategory=WARN, native_log
-
-# fairly verbose for DEBUG, so generally leave at WARN/INFO
-log4j.category.XMLTooling.XMLObject=WARN
-log4j.category.XMLTooling.XMLObjectBuilder=WARN
-log4j.category.XMLTooling.KeyInfoResolver=WARN
-log4j.category.Shibboleth.IPRange=WARN
-log4j.category.Shibboleth.PropertySet=WARN
-
-# useful categories to tune independently:
-#
-# interprocess message remoting
-#log4j.category.Shibboleth.Listener=DEBUG
-# mapping of requests to applicationId
-#log4j.category.Shibboleth.RequestMapper=DEBUG
-# high level session cache operations
-#log4j.category.Shibboleth.SessionCache=DEBUG
-
-# define the appender
-
-log4j.appender.native_log=org.apache.log4j.NTEventLogAppender
-log4j.appender.native_log.source=Shibboleth Service Provider
-log4j.appender.native_log.layout=org.apache.log4j.PatternLayout
-log4j.appender.native_log.layout.ConversionPattern=%c %x: %m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list