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 b6972b2 commit 3197d57Copy full SHA for 3197d57
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
{
0 commit comments