[deconz addon] limit logging level to ERROR

hello,

I’ve noticed logging level for deconz addon is pretty hefty on INFO level. How exactly set this to something more quiet like ERROR maybe? There are those dbg_ configuration attributes but setting 0 there does not help.
Please advise.

PS I’m asking about addon logging as seen with supervisor->addon->log

Add something like this to your configuration.yaml:

logger:
  default: warning
  logs:    
    homeassistant.components.deconz: critical

This is core logger configuration, right? How is this relevant to addon? Does it have access to configuration.yaml?

Sorry, I thought you were talking about the integration and not the addon. I have HA and deconz running in separate docker containers.