Hello dev list, As mentioned in this issue(https://github.com/apache/pulsar/issues/8298), there is no date in pulsar's log at present, only time. Sometimes it's not easy to track problems.
To facilitate problem tracking, unify the pulsar's format, we plan to update pulsar's default log pattern. (HH:mm:ss.SSS -> yyyy-MM-dd HH:mm:ss.SSS) However, considering that there may be many systems that parse logs and if we change the pattern we are going to break things. So the community must be informed and agree on this change. The PR is https://github.com/apache/pulsar/pull/11935. I posted this email here to attract more reviewers. Regards, Tom