Polish
This commit is contained in:
parent
a61a45092d
commit
69e7fb4c98
|
@ -70,7 +70,7 @@ public class LogbackLoggingSystem extends AbstractLoggingSystem {
|
|||
try {
|
||||
SLF4JBridgeHandler.removeHandlersForRootLogger();
|
||||
}
|
||||
catch (NoSuchMethodError e) {
|
||||
catch (NoSuchMethodError ex) {
|
||||
// Method missing in older versions of SLF4J like in JBoss AS 7.1
|
||||
SLF4JBridgeHandler.uninstall();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue