-
Task
-
Resolution: Done
-
Major
-
8.0.0.Alpha4
-
None
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.
<pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
I think it's convenient for most users to have date in the logs.
Proposed change is:
<pattern-formatter pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>