[java-identity-provider] 07/13: IDP-1814 Align Installer logging with the command line logging

Rod Widdowson rdw at steadingsoftware.com
Sun Jun 6 11:40:47 UTC 2021


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

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3c1233d233befea4ede9eb4ef2a3bea8c2186401

commit 3c1233d233befea4ede9eb4ef2a3bea8c2186401
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon May 3 12:10:46 2021 +0100

    IDP-1814 Align Installer logging with the command line logging
    
    https://issues.shibboleth.net/jira/browse/IDP-1814
---
 idp-distribution/src/main/resources/bin/install-log.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-distribution/src/main/resources/bin/install-log.xml b/idp-distribution/src/main/resources/bin/install-log.xml
index afe82896f..07c93d327 100644
--- a/idp-distribution/src/main/resources/bin/install-log.xml
+++ b/idp-distribution/src/main/resources/bin/install-log.xml
@@ -4,7 +4,7 @@
 
     <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
-            <pattern>%level [%logger:%line] - %msg%n</pattern>
+            <pattern>%-5level - %msg%n%ex{short}</pattern>
             <charset>UTF-8</charset>
         </encoder>
     </appender>

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


More information about the commits mailing list