John Vines created ACCUMULO-674:
-----------------------------------
Summary: Convert default log4j to use log4j date formatters
Key: ACCUMULO-674
URL: https://issues.apache.org/jira/browse/ACCUMULO-674
Project: Accumulo
Issue Type: Improvement
Components: scripts
Affects Versions: 1.4.1
Reporter: John Vines
Assignee: John Vines
Priority: Minor
Fix For: 1.4.2
This is a small change.
http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html
conversion character d-
"For better results it is recommended to use the log4j date formatters. These
can be specified using one of the strings "ABSOLUTE", "DATE" and "ISO8601" for
specifying AbsoluteTimeDateFormat, DateTimeDateFormat and respectively
ISO8601DateFormat. For example, %d{ISO8601} or %d{ABSOLUTE}. "
So we should switch our date, as we could get better performance out of the
logging.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira