← Back to team overview

graphite-dev team mailing list archive

[Question #631657]: Lots of entries in carbon-cache log

 

New question #631657 on Graphite:
https://answers.launchpad.net/graphite/+question/631657

I have upgraded carbon to version 1.0.1. I have the following settings to keep the logging as quiet as possible:

ENABLE_LOGROTATION = True
LOG_CACHE_HITS = False
LOG_CACHE_QUEUE_SORTS = False
LOG_LISTENER_CONNECTIONS = False
LOG_UPDATES = False

Still I see this in my console.log:

08/05/2017 09:01:50 :: Queue consumed in 0.009594 seconds
08/05/2017 09:01:51 :: Queue consumed in 0.202199 seconds
08/05/2017 09:01:51 :: Queue consumed in 0.303386 seconds
08/05/2017 09:01:51 :: Queue consumed in 0.237549 seconds
08/05/2017 09:01:51 :: Queue consumed in 0.307978 seconds
08/05/2017 09:01:52 :: Queue consumed in 0.205325 seconds
08/05/2017 09:01:52 :: Queue consumed in 0.204881 seconds

I see in the cache.py that the code checks if the LOG_CACHE_QUEUE_SORTS variable is set. I suppose in my case it should not do any logging since I've set this to False.

Any idea what I'm missing here?

Regards,

Tobias

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.