Logging not showing

I suspect it can be a library I included, which is messing with my logs. Is that possible at all? Yes. The JUL to SLF4J Bridge can remove the console handler from the JUL root logger. Some libraries invoke LogManager.reset which can remove and close all handlers. Can a library change the way my logs … Read more