debugging by default

* disable debug logs by default in the config template
This commit is contained in:
nico 2020-06-10 20:19:33 +02:00
parent bfa47d1ae0
commit 4f53572c7e
Signed by: mightyBroccoli
GPG Key ID: EA7C31AAB1BDC1A2
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,9 @@ muc_host: "chat"
# api configuration
# default : rpc
api: "rest"
# show debugging log messages
debug: True
# enable debug log messages
debug: false
# influx db configuration
influxdb_host: "localhost"