mirror of https://github.com/status-im/op-geth.git
Merge pull request #17054 from chfast/log-time-format
log: Change time format
This commit is contained in:
commit
b0cfd9c786
|
@ -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…
Reference in New Issue