[java-support] 04/04: IDP-1319 - Reduce redundant stack traces in log

Ian Young ian at iay.org.uk
Fri Aug 24 06:18:34 EDT 2018


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

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

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

commit 18a98267958d2e0023e5fa4cc1528a751fdd4593
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