[java-idp-jetty-base] 01/02: Change timestamp format to ISO8601 for Jetty's logs

Tom Zeller tzeller at dragonacea.biz
Mon Aug 22 15:48:04 EDT 2016


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

tzeller pushed a commit to branch 9.2
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=0f9a27e4ab0e8da844c399da81d8a29df9e499c5

commit 0f9a27e4ab0e8da844c399da81d8a29df9e499c5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 22 14:41:54 2016 -0500

    Change timestamp format to ISO8601 for Jetty's logs
---
 src/main/resources/jetty-base/resources/logback.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/jetty-base/resources/logback.xml b/src/main/resources/jetty-base/resources/logback.xml
index 40c8e6e..7d41268 100644
--- a/src/main/resources/jetty-base/resources/logback.xml
+++ b/src/main/resources/jetty-base/resources/logback.xml
@@ -9,7 +9,7 @@
  
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
             <charset>UTF-8</charset>
-            <Pattern>%date{HH:mm:ss.SSS} - %level [%logger:%line] - %msg%n</Pattern>
+            <Pattern>%date{ISO8601} - %level [%logger:%line] - %msg%n</Pattern>
         </encoder>
     </appender>
    

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


More information about the commits mailing list