chore: print colored log
This commit is contained in:
parent
b05cf14b98
commit
6a3e28c384
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ func init() {
|
||||||
log.SetFormatter(&log.TextFormatter{
|
log.SetFormatter(&log.TextFormatter{
|
||||||
FullTimestamp: true,
|
FullTimestamp: true,
|
||||||
TimestampFormat: "2006-01-02T15:04:05.999999999Z07:00",
|
TimestampFormat: "2006-01-02T15:04:05.999999999Z07:00",
|
||||||
|
ForceColors: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue