Skip to content

Commit

Permalink
Added missing 'log' option for --generate_config
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Apr 30, 2024
1 parent 03fbc86 commit 2e19b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/commands/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Run internal diagnostics and validate existing config file (or create default co
### --final_vote_clear
Either specify a single `--root` to clear or `--all` to clear all final votes (not recommended)

### --generate_config node|rpc
### --generate_config node|rpc|log
_version 20.0+_
Write configuration to stdout, populated with commented-out defaults suitable for this system. Pass the configuration type, `node` or `rpc`.
Write configuration to stdout, populated with commented-out defaults suitable for this system. Pass the configuration type, `node`, `rpc` or `log`
If `--use_defaults` is passed, the generated config will not have values commented-out. This is not recommended except for testing and debugging.

The output can be piped to a file, using the locations defined in [configuration](/running-a-node/configuration#configuration-file-locations).
Expand Down

0 comments on commit 2e19b97

Please sign in to comment.