mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix upnp logger name (#23724)
* Fix upnp logger name * Fix more loggers
This commit is contained in:
committed by
Paulus Schoutsen
parent
7181d639fd
commit
6e7a7ba4a0
@@ -1,7 +1,7 @@
|
||||
"""Constants for the Axis component."""
|
||||
import logging
|
||||
|
||||
LOGGER = logging.getLogger('homeassistant.components.axis')
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
|
||||
DOMAIN = 'axis'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user