mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update dependencies
This commit is contained in:
parent
2d73ba6735
commit
9a63f97a19
2 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,6 @@ import ch.qos.logback.classic.PatternLayout;
|
|||
import ch.qos.logback.classic.spi.Configurator;
|
||||
import ch.qos.logback.classic.spi.ILoggingEvent;
|
||||
import ch.qos.logback.core.ConsoleAppender;
|
||||
import ch.qos.logback.core.Context;
|
||||
import ch.qos.logback.core.FileAppender;
|
||||
import ch.qos.logback.core.Layout;
|
||||
import ch.qos.logback.core.encoder.LayoutWrappingEncoder;
|
||||
|
@ -36,8 +35,7 @@ public class LogConfigurator extends ContextAwareBase implements Configurator {
|
|||
}
|
||||
|
||||
@Override
|
||||
public ExecutionStatus configure(final Context context) {
|
||||
LoggerContext lc = (LoggerContext) context;
|
||||
public ExecutionStatus configure(LoggerContext lc) {
|
||||
final var rootLogger = lc.getLogger(Logger.ROOT_LOGGER_NAME);
|
||||
|
||||
final var defaultLevel = verboseLevel > 1 ? Level.ALL : verboseLevel > 0 ? Level.INFO : Level.WARN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue