Skip to content
Snippets Groups Projects
Commit aea951d0 authored by Volker Möbius's avatar Volker Möbius Committed by Oliver
Browse files

fixed issue#221: apply correct key name while formatting debug log (#222)

* fixed issue#221: apply correct key name while formatting debug log
parent bdb32167
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -859,7 +859,7 @@ func (e *Exporter) scrapeRedisHost(scrapes chan<- scrapeResult, addr string, idx
if err != nil {
switch err {
case errNotFound:
log.Debugf("Key %v not found when trying to get type and size.", err)
log.Debugf("Key '%s' not found when trying to get type and size.", k.key)
default:
log.Error(err)
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment