shrink docker image size in half, adding back ForceColor for logrus

This commit is contained in:
yusing
2024-09-23 05:34:50 +08:00
parent 3b597eea29
commit daca4b7735
2 changed files with 6 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ func main() {
DisableSorting: true,
DisableLevelTruncation: true,
FullTimestamp: true,
ForceColors: true,
TimestampFormat: "01-02 15:04:05",
})
}