Closed crocket closed 5 years ago
do you mind trying using logging.CRITICAL
as the log level or at the very least 50
I'm not sure why the loglevel is being ignored - the only idea i have is that due too 60
not actually being a log level, its just being ignored
I tried log_level=50
, but it is ignored, too.
From the documentation
Note
The log level must be set separately in both the module and backend contexts.
You will need to pass a log_level
separately to the weather.Weathercom
instance, as in the config example.
I want only CRITICAL errors to be logged, but weather module keeps logging HTTP errors.