logging tweaks

This commit is contained in:
Athou
2023-05-24 08:14:59 +02:00
parent 5939f845b3
commit b86ff2a32f
2 changed files with 7 additions and 9 deletions

View File

@@ -90,8 +90,6 @@ public class CommaFeedModule extends AbstractModule {
.filter(MetricFilter.ALL)
.build(graphite);
reporter.start(graphiteInterval, TimeUnit.SECONDS);
} else {
log.info("Graphite Metrics Disabled. Metrics will not be sent.");
}
}
}