[java-shib-shared] branch main updated: IDP-2343 Consider the output from plugin --verbose
Rod Widdowson
rdw at steadingsoftware.com
Fri Nov 22 15:05:18 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw 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=fc81d3df7a6a68b1f917fff8bc774f322bcf9eb9
The following commit(s) were added to refs/heads/main by this push:
new fc81d3df IDP-2343 Consider the output from plugin --verbose
fc81d3df is described below
commit fc81d3df7a6a68b1f917fff8bc774f322bcf9eb9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Nov 22 14:58:22 2024 +0000
IDP-2343 Consider the output from plugin --verbose
https://shibboleth.atlassian.net/browse/IDP-2343
Stop logging the HttpClient at DEBUG for --verbose. It does a packet dump.
Leave it at INFO
---
.../src/main/resources/net/shibboleth/shared/cli/logger-verbose.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-verbose.xml b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-verbose.xml
index 3cd1aa62..13154ca7 100644
--- a/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-verbose.xml
+++ b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-verbose.xml
@@ -9,6 +9,8 @@
</encoder>
</appender>
+ <logger name="org.apache.hc" level="INFO" />
+
<root level="DEBUG">
<appender-ref ref="CONSOLE"/>
</root>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list