handlers= java.util.logging.ConsoleHandler .level= INFO # Limit the message that are printed on the console to INFO and above. java.util.logging.ConsoleHandler.level = ALL java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter com.example.level = ALL com.example.handlers = java.util.logging.ConsoleHandler