Hi Gary, On 19.11.2024 13:08, Gary Gregory wrote:
This seems like a nice clean up that will break a lot of configurations.How about we issue a warning in 2.x like "The logger name 'root' is deprecated and will be removed in 3.0"?
I thought about going in the other direction: allow users to call `Configurator.setLevel("ROOT", Level.INFO)`.
It is unlikely that "ROOT" will collide with any real logger. Piotr