Skip to content

Make ignored dependent configuration warnings consistent between CLI options and TOML config #2069

Closed
@mark-terry

Description

Description

Dependent options specified on the command line will trigger warnings, while the same options specified in a TOML file don't.

For example:
WARN | Besu | --min-gas-price has been ignored because --miner-enabled was not defined on the command line.
^ This message is displayed when the CLI options are misconfigured, but not when the same configuration is used in a TOML file.

It likely affects CLI options being verified in CommandLineUtils, which may include:

  • GraphQL options
  • Metrics options
  • Mining options
  • P2P options
  • PrivacyParameters
  • Privacy TLS
  • RPC options
  • Sync options

Acceptance Criteria

Warnings for ignored options will be displayed when using both CLI options and TOML configuration.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    TeamGrootGH issues worked on by Groot Teamgood first issueGood for newcomersiceboxitems that need more consideration, time, or can waitloggingmainnet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions