Skip to content

Commit

Permalink
Fix comment on default log output (#106)
Browse files Browse the repository at this point in the history
Default is stderr, not /dev/null

Signed-off-by: Lisa Lu <[email protected]>
  • Loading branch information
Lisa Lu authored Jul 17, 2020
1 parent e981ca3 commit 2bc8500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/protos/bootstrap/v1/bootstrap.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ message Upstream {

// [#next-free-field: 3]
message Logging {
// Filepath where logs are emitted. If no filepath is specified, logs will be written to `/dev/null`.
// Filepath where logs are emitted. If no filepath is specified, logs will be written to stderr.
string path = 1;

// The logging level. If no logging level is set, the default is INFO.
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/bootstrap/v1/bootstrap.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bc8500

Please sign in to comment.