Skip to content

Commit

Permalink
fine tune logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrille-leclerc committed Mar 13, 2022
1 parent 34e8ac5 commit 186979a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void setUpFilter() {
} else {
try {
PluginServletFilter.addFilter(filter);
logger.log(Level.INFO, () -> "Jenkins Web instrumentation enabled");
logger.log(Level.FINE, () -> "Jenkins Web instrumentation enabled");
} catch (ServletException ex) {
logger.log(Level.WARNING, "Failure to enable Jenkins Web instrumentation", ex);
}
Expand Down

0 comments on commit 186979a

Please sign in to comment.