You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed here, by default SLF4JBridgeHandler only receives INFO or higher JUL logs
And so, enabled lower levels in application.properties with "logging.level.xxx" properties doesn't allow to see JUL logs lower than INFO
"logging.level.xxx" properties should also be applied to JUL loggers (in addition to Sl4jf loggers) in order to SLF4JBridgeHandler to receive all the enabled logs