Fix docker build, tweaks logger

This commit is contained in:
2021-02-06 15:14:03 -05:00
parent 2b25f2afe0
commit 632f05c9ea
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ func (m *Monitoring) flushQueue(bp *influx.BatchPoints) {
logrus.WithFields(logrus.Fields{
"size": len((*bp).Points()),
}).Debug("Wrote points")
}).Info("Wrote points")
*bp, _ = influx.NewBatchPoints(influx.BatchPointsConfig{
Database: m.database,