[java-idp-integration-tests] 03/04: Shorten log timestamp
Tom Zeller
tzeller at dragonacea.biz
Thu Sep 11 12:41:07 UTC 2025
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=9f5a76b37e1fc36f96f1c73e353aa8fc7dba9211
commit 9f5a76b37e1fc36f96f1c73e353aa8fc7dba9211
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Sep 10 20:10:00 2025 -0500
Shorten log timestamp
---
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 96d91b4..2c7704b 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>%date{ISO8601} - %level [%logger{1}:%line] - %msg%n</pattern>
+ <pattern>%date{HH:mm:ss.SSS} - %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