-
Story
-
Resolution: Done
-
Major
-
AMQ 7.0.3.GA
For analysing logs over multiple days (or weeks) it would make it much easier to include the date in the timestamp for the log entry.
at the moment the default format is below (with no date):
~~~~
09:09:49,562 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
~~~~
In some scenarios the date can be derived from file name or modification time.However if these files are being manipulated by the user this cannot always be relied upon.
- is caused by
-
ARTEMIS-1522 Loading...