[java-shib-shared] 02/04: IDP-2343 Consider the output from plugin --verbose

Scott Cantor cantor.2 at osu.edu
Thu Mar 13 17:28:55 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-9.1
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=e6626e7c0d7809783302eba24f4b2924c0fcc465

commit e6626e7c0d7809783302eba24f4b2924c0fcc465
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