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
|
||||
# default : rpc
|
||||
api: "rest"
|
||||
# show debugging log messages
|
||||
debug: True
|
||||
|
||||
# enable debug log messages
|
||||
debug: false
|
||||
|
||||
# influx db configuration
|
||||
influxdb_host: "localhost"
|
||||
|
|
Loading…
Reference in New Issue