Open cdupont opened 5 years ago
Having a uniform logging with timestamp and log level would be nice. Proposed format: [timestamp : <module> : <level>] <message> e.g.
[timestamp : <module> : <level>] <message>
[2019-07-01 14:42:47 UTC : Permissions : INFO] Get devices permissions
The module is a component/class inside each container, helping identify the source of the message.
@j-forster I noticed there is no timestamp in the logs of the Edge:
[DB ] Dialing MongoDB at "localhost:27017"...
It would be nice to have it for debugging.
Having a uniform logging with timestamp and log level would be nice. Proposed format:
[timestamp : <module> : <level>] <message>
e.g.The module is a component/class inside each container, helping identify the source of the message.