The suppression of urllib3 logging does not work anymore

I used to suppress urllib3 axis camera logging items. But this doesn’t work anymore. Somebody any idea why not?
This is my configuration. Currently running on Hassio 0.60.

logger:
  default: error
  logs:
    aiohttp.access: critical
    aiohttp.server: critical
    homeassistant.core: error
    homeassistant.components.automation: warn
    homeassistant.components.axis: critical
    homeassistant.components.camera: critical
    homeassistant.components.device_tracker: warn
    homeassistant.components.discovery: warn
    homeassistant.components.http: warn
    homeassistant.components.media_player: warn
    homeassistant.components.recorder: error
    homeassistant.helpers.script: warn
    homeassistant.helpers.entity: critical
    homeassistant.exceptions: info
    requests.packages.urllib3.connectionpool: critical

Hi @doubleUS, take a look here .

Oké, thanks for the new logger urllib3 convention. But as I saw in System Log ignores logger settings #10663 the problem still exists.
We’ll have to wait for a fix. Thanks anyways!