Author: vmassol
Date: 2008-01-25 17:31:08 +0100 (Fri, 25 Jan 2008)
New Revision: 7086

Modified:
   xwiki-platform/core/trunk/xwiki-core/src/main/resources/log4j.properties
Log:
XWIKI-2036: Display the date in the logs


Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/resources/log4j.properties
===================================================================
--- xwiki-platform/core/trunk/xwiki-core/src/main/resources/log4j.properties    
2008-01-25 11:57:03 UTC (rev 7085)
+++ xwiki-platform/core/trunk/xwiki-core/src/main/resources/log4j.properties    
2008-01-25 16:31:08 UTC (rev 7086)
@@ -2,14 +2,14 @@
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.Target=System.out
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} [%X{url}] [%t] 
%-5p %-30.30c{2} %x - %m %n
+log4j.appender.stdout.layout.ConversionPattern=%d [%X{url}] [%t] %-5p 
%-30.30c{2} %x - %m %n
 
 log4j.appender.file=org.apache.log4j.RollingFileAppender
 log4j.appender.file.File=xwiki.log
 log4j.appender.file.MaxFileSize=10MB
 log4j.appender.file.MaxBackupIndex=50
 log4j.appender.file.layout=org.apache.log4j.PatternLayout
-log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} [%X{url}] [%t] %-5p 
%-30.30c{2} %x - %m %n
+log4j.appender.file.layout.ConversionPattern=%d [%X{url}] [%t] %-5p 
%-30.30c{2} %x - %m %n
 
 ### By default everything that is of warning or severity WARN, ERROR or FATAL 
is logged both to
 ### the console and to the xwiki.log file.

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to