[jboss-jira] [JBoss JIRA] (WFLY-2060) Add date in the server.log format
Takayoshi Kimura (JIRA)
jira-events at lists.jboss.org
Thu Sep 12 23:01:03 EDT 2013
Takayoshi Kimura created WFLY-2060:
--------------------------------------
Summary: Add date in the server.log format
Key: WFLY-2060
URL: https://issues.jboss.org/browse/WFLY-2060
Project: WildFly
Issue Type: Task
Components: Logging
Affects Versions: 8.0.0.Alpha4
Reporter: Takayoshi Kimura
Assignee: Takayoshi Kimura
Starting from AS7 the server.log has only time in the log format, there is no date in each log record and sometimes it leads small support difficulties, like we can't figure out the date from log snippets or from size based rotated logs.
{code}
<pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
{code}
I think it's convenient for most users to have date in the logs.
Proposed change is:
{code}
<pattern-formatter pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list