typos, alignment, cruft

This commit is contained in:
Jonathan Shook 2020-11-17 18:08:35 -06:00
parent 0ef26c8213
commit 2215fc94ed

View File

@ -116,7 +116,7 @@ public class MetricReporters implements Shutdownable {
}
public MetricReporters addLogger() {
logger.debug("Adding slf4j reporter for metrics");
logger.debug("Adding log4j reporter for metrics");
if (metricRegistries.isEmpty()) {
throw new RuntimeException("There are no metric registries.");