Apply --disable-color to global logger
This commit is contained in:
@@ -16,6 +16,10 @@ func StdLogger() ContextLogger {
|
||||
return std
|
||||
}
|
||||
|
||||
func SetStdLogger(logger ContextLogger) {
|
||||
std = logger
|
||||
}
|
||||
|
||||
func Trace(args ...any) {
|
||||
std.Trace(args...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user