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
Hi @joschi. I think this was reported last week in #20 and that reporter confirmed it was fixed with PR #21. I released version 5.1.0 with this change. Is there another failure case I am unaware of that is still triggering?
Slf4jLogger#log(Level, String, Throwable)
doesn't handleLevel.OFF
fromjava.util.logging
and logs the respective messages onERROR
level instead.https://github.com/mattbertolini/liquibase-slf4j/blob/v5.1.0/src/main/java/com/mattbertolini/liquibase/logging/slf4j/Slf4jLogger.java#L79-L92
The text was updated successfully, but these errors were encountered: