Skip to content

Commit

Permalink
change debug level to debug, this call is frequently executed and can…
Browse files Browse the repository at this point in the history
… get noisy in the logs
  • Loading branch information
brharrington committed Feb 14, 2013
1 parent b5df9ba commit 7be21dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -159,7 +159,7 @@ private void refreshMonitorCache(MetricFilter filter) {
}
cacheLastUpdateTime.set(System.currentTimeMillis());
cachedMonitors.set(monitors);
LOGGER.info("cache refreshed, {} monitors matched filter, previous age {} seconds",
LOGGER.debug("cache refreshed, {} monitors matched filter, previous age {} seconds",
monitors.size(), age / 1000);
} else {
LOGGER.debug("cache age of {} seconds is within ttl of {} seconds",
Expand Down

0 comments on commit 7be21dc

Please sign in to comment.