forked from home-assistant/core
bugfix: name missing in getLogger (#109282)
This commit is contained in:
committed by
Franck Nijhof
parent
fc6cc45ee2
commit
74ce778691
@@ -25,7 +25,7 @@ from .const import DOMAIN
|
||||
from .data import WyomingService
|
||||
from .devices import SatelliteDevice
|
||||
|
||||
_LOGGER = logging.getLogger()
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
_SAMPLES_PER_CHUNK: Final = 1024
|
||||
_RECONNECT_SECONDS: Final = 10
|
||||
|
||||
Reference in New Issue
Block a user