Skip to content

Commit

Permalink
Merge pull request #394 from syedriko/umask_cli
Browse files Browse the repository at this point in the history
Added --umask command line parameter
  • Loading branch information
ashie authored Mar 31, 2022
2 parents 9cf06e3 + 53ad104 commit 230158a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/command-line-option.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Usage: fluentd [options]
--workers NUM specify the number of workers under supervisor
--user USER change user
--group GROUP change group
--umask UMASK change umask
-o, --log PATH log file path
--log-rotate-age AGE generations to keep rotated log files
--log-rotate-size BYTES sets the byte size to rotate log files
Expand Down
1 change: 1 addition & 0 deletions deployment/system-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ For code example, please refer to [`api-plugin-base`](../plugin-development/api-
* `--workers NUM`: Specifies the number of workers under supervisor.
* `--user USER`: Changes user.
* `--group GROUP`: Changes group.
* `--umask UMASK`: Specifies umask to use, in octal form. Defaults to 0.
* `-o`, `--log PATH`: Specifies the log file path.
* `--log-rotate-age AGE`: Specifies the generations to keep rotated log files.
* `--log-rotate-size BYTES`: Sets the byte size to rotate log files.
Expand Down

0 comments on commit 230158a

Please sign in to comment.