Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing 'log' option for --generate_config #701

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading