log: Change time format

- Keep the tailing zeros.
- Limit precision to milliseconds.
pull/17054/head
Paweł Bylica 6 years ago
parent d926bf2c7e
commit 6d8a1bfb08
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
  1. 2
      log/format.go

@ -15,7 +15,7 @@ import (
const (
timeFormat = "2006-01-02T15:04:05-0700"
termTimeFormat = "01-02|15:04:05.999999"
termTimeFormat = "01-02|15:04:05.000"
floatFormat = 'f'
termMsgJust = 40
)

Loading…
Cancel
Save