[java-support] branch maint-7 updated: IDP-1319 - Reduce redundant stack traces in log

Scott Cantor cantor.2 at osu.edu
Mon Aug 20 11:42:53 EDT 2018


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

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

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

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  a156410   IDP-1319 - Reduce redundant stack traces in log
a156410 is described below

commit a15641025c544a4ff83eb1434939edf67c78e963
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 20 11:42:48 2018 -0400

    IDP-1319 - Reduce redundant stack traces in log
    
    https://issues.shibboleth.net/jira/browse/IDP-1319
---
 .../utilities/java/support/service/AbstractReloadableService.java        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java b/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
index 9cc9952..79cd226 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
@@ -186,7 +186,6 @@ public abstract class AbstractReloadableService<T> extends AbstractIdentifiableI
                 log.error("{} No further attempts will be made to reload", getLogPrefix());
             }
         } catch (final Exception e) {
-            log.error("{} Unexpected error during initial load", getLogPrefix(), e);
             throw new ComponentInitializationException(getLogPrefix() + " Unexpected error during initial load", e);
         }
 

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


More information about the commits mailing list