From 552010654bf114776f342807f8aafec7d28338c2 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Tue, 21 Nov 2023 22:35:24 +0800 Subject: [PATCH] chore: print colored log --- log/log.go | 1 + 1 file changed, 1 insertion(+) diff --git a/log/log.go b/log/log.go index d431dcb1..d0c9b330 100644 --- a/log/log.go +++ b/log/log.go @@ -21,6 +21,7 @@ func init() { log.SetFormatter(&log.TextFormatter{ FullTimestamp: true, TimestampFormat: "2006-01-02T15:04:05.999999999Z07:00", + ForceColors: true, }) }