Setting LOGGER and handler level to DEBUG by default causes lots of DEBUG level entries coming from this extension by default. DEBUG log entries cannot be disabled by changing the log level in configuration.,yaml
Removing the lines below from constants enables the following log behavior:
Debug Entries are not logged by default
Setting log level for this extension in configuration.yaml to debug makes debug level entries appear in homeassistant.log.
Setting LOGGER and handler level to DEBUG by default causes lots of DEBUG level entries coming from this extension by default. DEBUG log entries cannot be disabled by changing the log level in configuration.,yaml
Removing the lines below from constants enables the following log behavior: