mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-18 08:20:53 +00:00
align time fields in logs
This commit is contained in:
parent
613becd8ea
commit
fbcda2054c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ func init() {
|
|||
log.SetLevel(log.DebugLevel)
|
||||
log.SetFormatter(&log.TextFormatter{
|
||||
FullTimestamp: true,
|
||||
TimestampFormat: "2006-01-02T15:04:05.999999999Z07:00",
|
||||
TimestampFormat: "2006-01-02T15:04:05.000000000Z07:00",
|
||||
EnvironmentOverrideColors: true,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue