Skip to content

Commit

Permalink
Update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchabran committed Jul 10, 2023
1 parent 67838d0 commit 644425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
// EnvLogFormat is key of the environment variable that is used to set the log format
// on Init.
//
// The value should be one of 'json' or 'console', defaulting to 'json'.
// The value should be one of 'json', 'json_gcp' or 'condensed', defaulting to 'json'.
EnvLogFormat = "SRC_LOG_FORMAT"
// EnvLogLevel is key of the environment variable that can be used to set the log
// level on Init.
Expand Down

0 comments on commit 644425a

Please sign in to comment.