mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Prior to this change logs from the global logger only used seconds: ``` 2018/06/06 18:25:58 http: TLS handshake error from ... ``` After this change they properly use the microseconds flag: ``` 2018/06/06 18:39:50.702447 http: TLS handshake error ... ``` They still lack a log level unfortunately.
29 KiB
29 KiB