Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Jan 30, 2021
1 parent d0cb277 commit 3f91889
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -213,7 +213,7 @@ public synchronized void start() {
new WriteOption[] {WriteOption.logName(getLogName()), WriteOption.resource(resource)};
Level flushLevel = getFlushLevel();
if (flushLevel != Level.OFF) {
getLogging().setFlushSeverity(severityFor(flushLevel));
getLogging().setFlushSeverity(severityFor(flushLevel));
}
loggingEnhancers = new ArrayList<>();
List<LoggingEnhancer> resourceEnhancers = MonitoredResourceUtil.getResourceEnhancers();
Expand Down

0 comments on commit 3f91889

Please sign in to comment.