Merge pull request #17054 from chfast/log-time-format

log: Change time format
pull/17079/head
Péter Szilágyi 6 years ago committed by GitHub
commit b0cfd9c786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      log/format.go

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

Loading…
Cancel
Save