reduce log level

This commit is contained in:
2020-09-27 08:21:37 +02:00
parent b8f77dc9a6
commit 439bf0b05b

View File

@@ -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();
}