Skip to content

Commit

Permalink
fix: remove colored error type print
Browse files Browse the repository at this point in the history
  • Loading branch information
escalopa committed Jun 28, 2024
1 parent 4ebb119 commit 2b34684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func newZapCore(level zapcore.LevelEnabler, sink io.Writer) zapcore.Core {
FunctionKey: "function ",
StacktraceKey: "stacktrace",
LineEnding: zapcore.DefaultLineEnding,
EncodeLevel: zapcore.LowercaseColorLevelEncoder,
EncodeLevel: zapcore.LowercaseLevelEncoder,
EncodeTime: zapcore.ISO8601TimeEncoder,
EncodeDuration: zapcore.SecondsDurationEncoder,
EncodeCaller: zapcore.ShortCallerEncoder,
Expand Down

0 comments on commit 2b34684

Please sign in to comment.