File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/main/java/com/parallax/server/blocklyprop/monitoring Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121// import java.util.HashSet;
2222import java .util .concurrent .TimeUnit ;
2323import org .apache .commons .configuration .Configuration ;
24- import org .slf4j .LoggerFactory ;
24+ // import org.slf4j.LoggerFactory;
2525
2626
2727
@@ -102,13 +102,13 @@ private void initGraphiteReporter() {
102102 }
103103
104104 private void initFileLogger () {
105- final Slf4jReporter reporter = Slf4jReporter
106- .forRegistry (metrics )
107- .outputTo (LoggerFactory .getLogger (Monitor .class ))
108- .convertRatesTo (TimeUnit .SECONDS )
109- .convertDurationsTo (TimeUnit .MILLISECONDS )
110- .build ();
111- reporter .start (graphiteReportingInterval , TimeUnit .SECONDS );
105+ // final Slf4jReporter reporter = Slf4jReporter
106+ // .forRegistry(metrics)
107+ // .outputTo(LoggerFactory.getLogger(Monitor.class))
108+ // .convertRatesTo(TimeUnit.SECONDS)
109+ // .convertDurationsTo(TimeUnit.MILLISECONDS)
110+ // .build();
111+ // reporter.start(graphiteReportingInterval, TimeUnit.SECONDS);
112112
113113 }
114114
You can’t perform that action at this time.
0 commit comments