mirror of
https://github.com/simon987/feed_archiver.git
synced 2025-12-14 06:39:03 +00:00
Fix docker build, tweaks logger
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user