Skip to content

[Bug 66184] Ensure that all root loggers have a level or parent#533

Merged
markt-asf merged 1 commit intoapache:mainfrom
ppkarwasz:66184
Aug 16, 2022
Merged

[Bug 66184] Ensure that all root loggers have a level or parent#533
markt-asf merged 1 commit intoapache:mainfrom
ppkarwasz:66184

Conversation

@ppkarwasz
Copy link
Contributor

Since Java 8 the default level of a root logger is no longer set in the
constructor. This PR sets the level to INFO (LogManager's default) if it
is absent.

This patch should work on all the branches.

Since Java 8 the default level of a root logger is no longer set in the
constructor. This PR sets the level to INFO (LogManager's default) if it
is absent.
@markt-asf markt-asf merged commit d54295e into apache:main Aug 16, 2022
@markt-asf
Copy link
Contributor

Thanks for the bug report and PR. I just want to clean up a few minor points (e.g. add a change log entry) and then I'll back-port this.

markt-asf added a commit that referenced this pull request Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants