Skip to content

Commit

Permalink
SafeUsageChecker no longer logs warning for routine/expected condition (
Browse files Browse the repository at this point in the history
  • Loading branch information
drivenflywheel authored Oct 10, 2023
1 parent bc291e2 commit 9c0bb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emissary/core/SafeUsageChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class SafeUsageChecker {

enabledFromConfiguration = configurator.findBooleanEntry(ENABLED_KEY, enabledFromConfiguration);
} catch (IOException e) {
LOGGER.warn("Could not get configuration!", e);
LOGGER.debug("Could not get configuration!", e);
}

ENABLED_FROM_CONFIGURATION = enabledFromConfiguration;
Expand Down

0 comments on commit 9c0bb80

Please sign in to comment.