SyntaxFix
Write A Post
Hire A Developer
Questions
Do a reset of the configuration and set the root level to OFF
LogManager.getLogManager().reset(); Logger globalLogger = Logger.getLogger(java.util.logging.Logger.GLOBAL_LOGGER_NAME); globalLogger.setLevel(java.util.logging.Level.OFF);