Closed k-wall closed 5 years ago
@grs looking at the Qpid Dispatch Router manage, https://qpid.apache.org/releases/qpid-dispatch-1.4.0/man/qdrouterd.conf.html#_log, that Router cannot be configured to write a Zulu log date/time stamps. Am I right?
@k-wall yes, I've raised a new issue, shoul not be hard to fix this: https://issues.apache.org/jira/browse/DISPATCH-1187
@lulf Serivce-broker still use old pattern
Current the NodeJS based components log using with UTC based timestamps (2018-11-19T14:32:58.102Z), the Java based components use a timezone based on server local time (2018-11-19 14:37:21).
Problem diagnosis would be easier in all timestamps used UTC. Switch the Java based components to datestamp in the same format to the same precision.