tomcat
tomcat copied to clipboard
[Bug 66184] Ensure that all root loggers have a level or parent
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.