[java-idp-integration-tests] branch main updated: Add timestamps to log and shorten logger name
Tom Zeller
tzeller at dragonacea.biz
Wed Jun 23 12:03:46 UTC 2021
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=9ce9385666649df642095c92574a43c2f9bca0d9
The following commit(s) were added to refs/heads/main by this push:
new 9ce9385 Add timestamps to log and shorten logger name
9ce9385 is described below
commit 9ce9385666649df642095c92574a43c2f9bca0d9
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 23 07:03:35 2021 -0500
Add timestamps to log and shorten logger name
---
src/test/resources/logback-test.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml
index 951211a..c404aac 100644
--- a/src/test/resources/logback-test.xml
+++ b/src/test/resources/logback-test.xml
@@ -11,7 +11,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>%date{ISO8601} - %level [%logger{1}:%line] - %msg%n</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