Add LOG_LEVEL to .env.

This commit is contained in:
Pieter Hollander 2024-02-20 16:50:30 +01:00
parent 95937a9e87
commit 7aef001778
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -4,3 +4,5 @@ MQTT_USERNAME=your_username
MQTT_PASSWORD=your_password
PG_DB='host=localhost port=5432 user=postgres password=secret-replace dbname=p1 sslmode=disable'
# LOG_LEVEL: DEBUG, INFO, WARN or ERROR. Standard: INFO
LOG_LEVEL=INFO