[cpp-sp] branch main updated: SSPCPP-919 - native.logger includes categories specific to shibd

Scott Cantor cantor.2 at osu.edu
Tue Mar 16 15:05:13 UTC 2021


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=c91772d8dbd88f0027487cb42c91e6188ca6a19b

The following commit(s) were added to refs/heads/main by this push:
       new  c91772d8  SSPCPP-919 - native.logger includes categories specific to shibd
c91772d8 is described below

commit c91772d8dbd88f0027487cb42c91e6188ca6a19b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 16 11:04:45 2021 -0400

    SSPCPP-919 - native.logger includes categories specific to shibd
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-919
---
 configs/native.logger     | 9 ---------
 configs/win-native.logger | 9 ---------
 2 files changed, 18 deletions(-)

diff --git a/configs/native.logger b/configs/native.logger
index 49a5d5ac..e9a43a57 100644
--- a/configs/native.logger
+++ b/configs/native.logger
@@ -8,23 +8,14 @@ log4j.category.XMLTooling.KeyInfoResolver=WARN
 log4j.category.Shibboleth.IPRange=WARN
 log4j.category.Shibboleth.PropertySet=WARN
 
-# raise for low-level tracing of SOAP client HTTP/SSL behavior
-log4j.category.XMLTooling.libcurl=WARN
-
 # useful categories to tune independently:
 #
-# tracing of SAML messages and security policies
-#log4j.category.OpenSAML.MessageDecoder=DEBUG
-#log4j.category.OpenSAML.MessageEncoder=DEBUG
-#log4j.category.OpenSAML.SecurityPolicyRule=DEBUG
 # 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
-# persistent storage and caching
-#log4j.category.XMLTooling.StorageService=DEBUG
 
 # define the appender
 
diff --git a/configs/win-native.logger b/configs/win-native.logger
index f60c6f0d..b95924b2 100644
--- a/configs/win-native.logger
+++ b/configs/win-native.logger
@@ -8,23 +8,14 @@ log4j.category.XMLTooling.KeyInfoResolver=WARN
 log4j.category.Shibboleth.IPRange=WARN
 log4j.category.Shibboleth.PropertySet=WARN
 
-# raise for low-level tracing of SOAP client HTTP/SSL behavior
-log4j.category.XMLTooling.libcurl=WARN
-
 # useful categories to tune independently:
 #
-# tracing of SAML messages and security policies
-#log4j.category.OpenSAML.MessageDecoder=DEBUG
-#log4j.category.OpenSAML.MessageEncoder=DEBUG
-#log4j.category.OpenSAML.SecurityPolicyRule=DEBUG
 # 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
-# persistent storage and caching
-#log4j.category.XMLTooling.StorageService=DEBUG
 
 # define the appender
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list