Add LOG_LEVEL to .env.
This commit is contained in:
parent
95937a9e87
commit
7aef001778
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ MQTT_USERNAME=your_username
|
||||||
MQTT_PASSWORD=your_password
|
MQTT_PASSWORD=your_password
|
||||||
|
|
||||||
PG_DB='host=localhost port=5432 user=postgres password=secret-replace dbname=p1 sslmode=disable'
|
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
|
Loading…
Reference in a new issue