[java-support] branch master updated: IDP-657 - "default key version has not changed" log message is noise

Scott Cantor cantor.2 at osu.edu
Mon Oct 26 22:49:18 EDT 2015


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

scantor pushed a commit to branch master
in repository java-support.

The following commit(s) were added to refs/heads/master by this push:
       new  70f2d0d   IDP-657 - "default key version has not changed" log message is noise
70f2d0d is described below

commit 70f2d0d9e05fb5e88416fff866452093b6613874
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 26 22:49:28 2015 -0400

    IDP-657 - "default key version has not changed" log message is noise
    
    Lower log level to DEBUG, matching "chattiness" of other services.
---
 .../utilities/java/support/security/BasicKeystoreKeyStrategy.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java b/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java
index ea2b4a9..c1bb570 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/security/BasicKeystoreKeyStrategy.java
@@ -324,7 +324,7 @@ public class BasicKeystoreKeyStrategy extends AbstractInitializableComponent imp
                 } else if (!currentAlias.equals(newAlias)) {
                     log.info("Updating default key from {} to {}", currentAlias, newAlias);
                 } else {
-                    log.info("Default key version has not changed, still {}", currentAlias);
+                    log.debug("Default key version has not changed, still {}", currentAlias);
                     return;
                 }
                 

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


More information about the commits mailing list