[SOLVED] Why can't I log messages below INFO priority?

This is something I would like to do but I don’t find a way to do it. Basically I hant to activate every Log message, buy doing logger.setLevel(Level.ALL). But it still doesn’t output messages below INFO (CONFIG and FINE, FINER AND FINEST messages). Im using the defalt java.util logger, and I tried to get the logger from the Main.class and leaving th String in blank (""), but no result. Can someone help me pls?

Thanks,
Ev1lbl0w

1 Like

Thank you @grizeldi! I was looking for this for a long time now xD

1 Like