Skip to content

Commit

Permalink
Changing logging format to JSON (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanya-baraskar committed Feb 2, 2022
1 parent 54f7705 commit 45b58cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func SetFormatter(format OutputFormat) {
}

func init() {
SetFormatter(TextFormat)
SetFormatter(JSONFormat)
initEnvVarFields()
initLogLevel()
}
Expand Down

0 comments on commit 45b58cf

Please sign in to comment.