-
Notifications
You must be signed in to change notification settings - Fork 58
After HASS restart pyscript always enables debug logging #679
Answered
by
ALERTua
kwojcickiapptio
asked this question in
Q&A
-
After HASS restart pyscript always enables debug logging.
My pyscript config has logger configured as follows:
pyscript:
logger:
default: info
But this doesn't help.
When I enable/disable debug in integration or reload pyscript configs it gets back to normal.
Any ideas what can be wrong?
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
ALERTua
Jan 13, 2025
have you tried modifying your configuration.yaml
?
logger: logs: custom_components.pyscript: info
via https://hacs-pyscript.readthedocs.io/en/stable/reference.html#logging
Replies: 1 comment 1 reply
-
have you tried modifying your configuration.yaml
?
logger: logs: custom_components.pyscript: info
via https://hacs-pyscript.readthedocs.io/en/stable/reference.html#logging
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
That helped, thanks :)
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
Answer selected by
kwojcickiapptio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment