mirror of
https://github.com/simon987/feed_archiver.git
synced 2025-04-04 01:52:58 +00:00
Fix docker build, tweaks logger
This commit is contained in:
parent
2b25f2afe0
commit
632f05c9ea
@ -2,7 +2,7 @@
|
||||
FROM golang:1.15 as go_build
|
||||
WORKDIR /build/
|
||||
|
||||
COPY main.go .
|
||||
COPY *.go ./
|
||||
COPY go.mod .
|
||||
RUN GOOS=linux CGO_ENABLED=0 go build -a -installsuffix cgo -o feed_archiver .
|
||||
RUN strip feed_archiver
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user