debugging by default
* disable debug logs by default in the config template
This commit is contained in:
parent
bfa47d1ae0
commit
4f53572c7e
|
@ -15,8 +15,9 @@ muc_host: "chat"
|
||||||
# api configuration
|
# api configuration
|
||||||
# default : rpc
|
# default : rpc
|
||||||
api: "rest"
|
api: "rest"
|
||||||
# show debugging log messages
|
|
||||||
debug: True
|
# enable debug log messages
|
||||||
|
debug: false
|
||||||
|
|
||||||
# influx db configuration
|
# influx db configuration
|
||||||
influxdb_host: "localhost"
|
influxdb_host: "localhost"
|
||||||
|
|
Loading…
Reference in New Issue