Skip to content

XmlExtensionConfiguration.getColorEnabled is ignored #9805

@AliZDev-v0

Description

@AliZDev-v0

Hello, I am external contributor that would like to contribute to Besu, and during local development noticed that
XmlExtensionConfiguration.getColorEnabled is ignored when Besu starting
Image

But I see that, it parsed properly in BesuCommand
Image

From my understanding, it is happening because logger configuration is setup earlier than BesuCommand, and getColorEnabled can be safely removed from XmlExtensionConfiguration class

  public static void main(final String... args) {
    setupLogging();
    final BesuComponent besuComponent = DaggerBesuComponent.create();
    final BesuCommand besuCommand = besuComponent.getBesuCommand();

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    To triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions