Decrease log level of failure to find runners message to WARN

This commit is contained in:
Owen Strain
2019-10-25 09:59:36 -07:00
parent 52db27788e
commit 5a0abda395

View File

@@ -47,7 +47,7 @@ func (tr *placerTracker) HandleFindRunnersFailure(err error) {
if ok {
logger = logger.WithField("root_error", w.RootError())
}
logger.Error("Failed to find runners for call")
logger.Warn("Failed to find runners for call")
stats.Record(tr.requestCtx, errorPoolCountMeasure.M(0))
}