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.
2 parents 163b8af + eb44d40 commit 6bcfef7Copy full SHA for 6bcfef7
custom_components/jablotron80/const.py
@@ -44,6 +44,7 @@
44
handler = logging.StreamHandler(sys.stdout)
45
# handler.setLevel(logging.DEBUG)
46
formatter = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")
47
+
48
handler.setFormatter(formatter)
49
LOGGER.addHandler(handler)
50
0 commit comments