summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPatrick D. Hunt <phunt@apache.org>2008-06-26 16:51:37 +0000
committerPatrick D. Hunt <phunt@apache.org>2008-06-26 16:51:37 +0000
commitbbda35fa6599b2b2931a052f38997d78c3e8deba (patch)
treefbeab5942eb06cd6e697c01b044ba0f2b51aca26 /conf
parent920bd81fef8128e6f1bb5c59b8a7e36b1211fd87 (diff)
downloadzookeeper-bbda35fa6599b2b2931a052f38997d78c3e8deba.tar.gz
added date/timestamp to the console output (helps debugging hudson/tests). See ZOOKEEPER-45
git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@671947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r--conf/log4j.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/log4j.properties b/conf/log4j.properties
index 7aa1db505..ccaf81cf4 100644
--- a/conf/log4j.properties
+++ b/conf/log4j.properties
@@ -19,7 +19,7 @@ log4j.rootLogger=DEBUG, CONSOLE
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.Threshold=INFO
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
-log4j.appender.CONSOLE.layout.ConversionPattern=%-5p - [%t:%C{1}@%L] - %m%n
+log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n
#
# Add ROLLINGFILE to rootLogger to get log file output