fix(docs): fixed influxdb docs and mention of InfluxDB version, #6027

This commit is contained in:
Torkel Ödegaard
2016-09-29 14:53:50 +02:00
parent 5a1a80bcdd
commit 50d146e82c
2 changed files with 2 additions and 5 deletions

View File

@@ -144,6 +144,7 @@ func (e *Engine) handleResponse(result *EvalContext) {
}
}()
e.log.Info("rule", "nil", result.Rule == nil)
e.log.Debug("Alert Rule Result", "ruleId", result.Rule.Id, "firing", result.Firing)
e.resultHandler.Handle(result)
}