Skip to content

Commit

Permalink
Remove stacktrace from log output (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Oct 11, 2022
1 parent 3556bd3 commit 5a42dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flipt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func main() {
CallerKey: zapcore.OmitKey,
FunctionKey: zapcore.OmitKey,
MessageKey: "M",
StacktraceKey: "S",
StacktraceKey: zapcore.OmitKey,
LineEnding: zapcore.DefaultLineEnding,
EncodeLevel: zapcore.CapitalColorLevelEncoder,
EncodeTime: zapcore.RFC3339TimeEncoder,
Expand Down

0 comments on commit 5a42dfa

Please sign in to comment.