mirror of
https://github.com/esphome/esphome.git
synced 2024-11-30 10:44:13 +01:00
Update esphome/dashboard/web_server.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
b34d981723
commit
ea5d67fe73
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if TYPE_CHECKING:
|
||||||
from requests import Response
|
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)
|
logging.getLogger().setLevel(LOG_LEVEL)
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue