Fix multiple user Runner use
A before unknown Nomad reload adds already known runner again to the idle runner - even if they are already in use.
This commit is contained in:

committed by
Sebastian Serth

parent
0d829c9308
commit
e0db1bafe8
@ -166,7 +166,7 @@ func WriteInfluxPoint(p *write.Point) {
|
||||
for _, field := range p.FieldList() {
|
||||
entry = entry.WithField(field.Key, field.Value)
|
||||
}
|
||||
entry.Debug("Influx data point")
|
||||
entry.Trace("Influx data point")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user