Update esphome/dashboard/web_server.py

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Brian Whicheloe 2024-10-14 14:47:08 -07:00 committed by GitHub
parent b34d981723
commit ea5d67fe73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ if TYPE_CHECKING:
from requests import Response
LOG_LEVEL = os.getenv("LOG_LEVEL", "INFO").upper()
LOG_LEVEL = os.getenv("ESPHOME_LOG_LEVEL", "INFO").upper()
logging.getLogger().setLevel(LOG_LEVEL)
_LOGGER = logging.getLogger(__name__)