Skip to content

Commit

Permalink
Revert "Changing the description of log-file flag" (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-prince committed Mar 1, 2023
1 parent df8dd77 commit fa403bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ func newApp() (app *cli.App) {
Name: "log-file",
Value: "",
Usage: "The file for storing logs that can be parsed by " +
"fluentd. When not provided, plain text logs are written to syslog " +
"and eventually redirected to /var/log/gcsfuse.log",
"fluentd. When not provided, plain text logs are printed to " +
"stdout.",
},

cli.StringFlag{
Expand Down

0 comments on commit fa403bc

Please sign in to comment.