Details
-
Bug
-
Resolution: Not a bug
-
Major
-
None
-
1.7.25
-
major
Description
SLF4JBridgeHandler maps java.util.logging.Level.OFF to LocationAwareLogger.ERROR_INT.
This causes logging that has been turned off to still be logged at the ERROR level.
See this bug at work at https://github.com/jersey/jersey/issues/3527