You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2018/01/04 20:23:00 UTC

[jira] [Resolved] (ARTEMIS-1522) add date to timestamp in default logger

     [ https://issues.apache.org/jira/browse/ARTEMIS-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-1522.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.5.0

> add date to timestamp in default logger
> ---------------------------------------
>
>                 Key: ARTEMIS-1522
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1522
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Pat Fox
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> It would be good to include the date in the logging timestamp. I appreciate this can be derived from the log file postfix but in scenarios where you are only seeing snippets of log files or these log files are being manipulated later; it makes it much easier if the date is printed with the log entry. 
> I understand people want to reduce log space but adding the date would avoid any potential ambiguity.
> current format
> {code}
> 11:56:49,051 INFO  [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live
> {code}
> Suggested new format
> {code}
> 2017-11-24 15:24:11,803 INFO  [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)