Fix upnp logger name (#23724)
* Fix upnp logger name * Fix more loggers
This commit is contained in:
parent
7181d639fd
commit
6e7a7ba4a0
7 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Constants for the UniFi component."""
|
||||
import logging
|
||||
|
||||
LOGGER = logging.getLogger('.')
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
DOMAIN = 'unifi'
|
||||
|
||||
CONTROLLER_ID = '{host}-{site}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue