Move Notion logger to a package logger (#43450)
This commit is contained in:
parent
22f63be30e
commit
b4381c5005
3 changed files with 9 additions and 12 deletions
|
@ -1,5 +1,8 @@
|
|||
"""Define constants for the Notion integration."""
|
||||
import logging
|
||||
|
||||
DOMAIN = "notion"
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
|
||||
DATA_COORDINATOR = "coordinator"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue