Skip to content

Commit

Permalink
httplog: change MessageFieldName to 'msg'
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim committed Nov 13, 2023
1 parent 3f00701 commit b062cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sandbox-api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func main() {
LogLevel: logLevel,
Concise: false,
RequestHeaders: true,
MessageFieldName: "message",
MessageFieldName: "msg",
Tags: map[string]string{
"version": Version,
"buildTime": buildTime,
Expand Down

0 comments on commit b062cad

Please sign in to comment.