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

Set log configuration programmatically #4603

Open
daniellehrner opened this issue Nov 4, 2022 · 0 comments
Open

Set log configuration programmatically #4603

daniellehrner opened this issue Nov 4, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers icebox items that need more consideration, time, or can wait logging

Comments

@daniellehrner
Copy link
Contributor

Description

We want to make it possible to be more flexible how we do logging. One future improvement would be to log to the console and a log file at the same time.

Right now log4j2 is configured via a static configuration file that is included in Besu. The only way to change it is to override it and provide another config file. To make it more flexible we have to make the configuration programmatically. As a first step we should only duplicate the current behavior of the static config file without any other changes.

@daniellehrner daniellehrner self-assigned this Nov 4, 2022
@non-fungible-nelson non-fungible-nelson added the good first issue Good for newcomers label Jan 26, 2023
@non-fungible-nelson non-fungible-nelson added the icebox items that need more consideration, time, or can wait label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers icebox items that need more consideration, time, or can wait logging
Projects
None yet
Development

No branches or pull requests

2 participants