We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2333bd3 commit 27802dbCopy full SHA for 27802db
helpers/action.py
@@ -10,7 +10,7 @@
10
from custom_components.hacs.base import HacsBase
11
from custom_components.hacs.const import HACS_ACTION_GITHUB_API_HEADERS
12
from custom_components.hacs.exceptions import HacsException
13
-from custom_components.hacs.utils.logger import getLogger
+from custom_components.hacs.utils.logger import get_hacs_logger
14
from custom_components.hacs.validate.manager import ValidationManager
15
16
TOKEN = os.getenv("INPUT_GITHUB_TOKEN")
@@ -34,7 +34,7 @@
34
"theme",
35
]
36
37
-logger = getLogger("action")
+logger = get_hacs_logger()
38
39
40
def error(error: str):
0 commit comments