[java-identity-provider] 01/01: IDP-1814 Align Installer logging with the command line logging
Rod Widdowson
rdw at steadingsoftware.com
Mon May 3 11:12:25 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-1814
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d262b0f3a81ae49064f9b6caf7389d5a63e20433
commit d262b0f3a81ae49064f9b6caf7389d5a63e20433
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