tomcat icon indicating copy to clipboard operation
tomcat copied to clipboard

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

Open ppkarwasz opened this issue 3 years ago • 0 comments

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.

ppkarwasz avatar Jul 28 '22 19:07 ppkarwasz