-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
Version: This server is running CraftBukkit version 3484-Spigot-b6d12d1-7bc728a (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT)
-
Yes
If I try to set the logger level for debugging like getLogger().setLevel(...), it will not work for the console. You can add additional handlers with different levels that work just fine, but the logger level for the console will always be INFO, regardless of any setLevel(...) calls.