chore: print colored log

This commit is contained in:
gVisor bot 2023-11-21 22:35:24 +08:00
parent a8005dfe02
commit 552010654b

View File

@ -21,6 +21,7 @@ func init() {
log.SetFormatter(&log.TextFormatter{
FullTimestamp: true,
TimestampFormat: "2006-01-02T15:04:05.999999999Z07:00",
ForceColors: true,
})
}