aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2020-06-10 20:19:33 +0200
committernico <nico@magicbroccoli.de>2020-06-10 20:19:33 +0200
commit4f53572c7e28d192c9203838e209135c61cd2195 (patch)
treec61a91d576731bc31f3b153848ebbb5a6684ed80
parentbfa47d1ae0ab1c5f99cd2f2b0945eea3fecb0253 (diff)
debugging by default
* disable debug logs by default in the config template
-rw-r--r--ejabberd-metrics.yml.default5
1 files changed, 3 insertions, 2 deletions
diff --git a/ejabberd-metrics.yml.default b/ejabberd-metrics.yml.default
index db1c89a..3fa9f33 100644
--- a/ejabberd-metrics.yml.default
+++ b/ejabberd-metrics.yml.default
@@ -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"