Skip to content

Commit

Permalink
Fix review finding
Browse files Browse the repository at this point in the history
Signed-off-by: David Schwilk <david.schwilk@bosch.io>
  • Loading branch information
DerSchwilk committed Sep 30, 2022
1 parent 18a8b5f commit 567b941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public List<LoggerConfig> getLoggerConfig(@Nonnull final Iterable<String> logger
.map(logger -> (Logger) LoggerFactory.getLogger(logger))
.toList();

return loggerConfigsFor(loggerList, true);
return loggerConfigsFor(loggerList, false);
}

private List<LoggerConfig> loggerConfigsFor(final Iterable<Logger> loggers, final boolean includeDisabledLoggers) {
Expand Down

0 comments on commit 567b941

Please sign in to comment.