Skip to content

Commit

Permalink
Remove log level overrides.
Browse files Browse the repository at this point in the history
Remove the log level overrides so this integration respects the log level configured in configuration.yaml.
  • Loading branch information
briancmpbll authored Jan 13, 2023
1 parent bf048a1 commit c8549aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/enphase_envoy_custom/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
from .const import DOMAIN, CONF_SERIAL, CONF_USE_ENLIGHTEN

_LOGGER = logging.getLogger(__name__)
logging.getLogger("envoy_reader.envoy_reader").setLevel(logging.DEBUG)
logging.getLogger("custom_components.enphase_envoy").setLevel(logging.DEBUG)

ENVOY = "Envoy"

Expand Down

0 comments on commit c8549aa

Please sign in to comment.