-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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

But I see that, it parsed properly in BesuCommand

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();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To triage