reduce log level
This commit is contained in:
@@ -73,7 +73,7 @@ public class GnuplotFileGenerator implements Appender {
|
||||
// render images when there are not data points on it.
|
||||
appendf(result, "-1 with lines notitle");
|
||||
|
||||
LOGGER.info("{}", result);
|
||||
LOGGER.debug("{}", result);
|
||||
|
||||
return result.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user