[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/logback.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 24 17:53:11 EDT 2014


Author: tzeller
Date: Thu Jul 24 17:53:11 2014
New Revision: 6344

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6344&view=rev
Log:
IDP-75 Change process log timestamp format to ISO8601 and shorten stack traces.

Modified:
    trunk/idp-conf/src/main/resources/conf/logback.xml

Modified: trunk/idp-conf/src/main/resources/conf/logback.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/logback.xml?rev=6344&r1=6343&r2=6344&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Thu Jul 24 17:53:11 2014
@@ -57,7 +57,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%ex{short}</Pattern>
         </encoder>
     </appender>
   



More information about the commits mailing list