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 6f2c5b6 commit 3f7f92cCopy full SHA for 3f7f92c
custom_components/ocpp/__init__.py
@@ -28,7 +28,7 @@
28
)
29
30
_LOGGER: logging.Logger = logging.getLogger(__package__)
31
-logging.getLogger(DOMAIN).setLevel(logging.DEBUG)
+logging.getLogger(DOMAIN).setLevel(logging.INFO)
32
33
AUTH_LIST_SCHEMA = vol.Schema(
34
{
custom_components/ocpp/api.py
@@ -101,7 +101,7 @@
101
102
103
104
105
# Uncomment these when Debugging
106
# logging.getLogger("asyncio").setLevel(logging.DEBUG)
107
# logging.getLogger("websockets").setLevel(logging.DEBUG)
0 commit comments