Skip to content

Commit

Permalink
Merge pull request #43 from briancmpbll/remove-log-level-overrides
Browse files Browse the repository at this point in the history
Remove log level overrides.
  • Loading branch information
briancmpbll authored Jan 13, 2023
2 parents bf048a1 + c8549aa commit bfd98dd
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 bfd98dd

Please sign in to comment.