aboutsummaryrefslogtreecommitdiffstats
path: root/testing/atheme-iris/atheme-iris.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/atheme-iris/atheme-iris.confd')
-rw-r--r--testing/atheme-iris/atheme-iris.confd5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/atheme-iris/atheme-iris.confd b/testing/atheme-iris/atheme-iris.confd
index 721fc12138..d7815c99dc 100644
--- a/testing/atheme-iris/atheme-iris.confd
+++ b/testing/atheme-iris/atheme-iris.confd
@@ -1,4 +1,5 @@
-LOGFILE="/var/log/atheme-iris/atheme-iris.log"
PORT="9090"
IP="0.0.0.0"
-ARGS="-p ${PORT} -i ${IP} -l ${LOGFILE}"
+ARGS="-p ${PORT} -i ${IP} -s"
+#Uncomment if you want logging to file: beware of amount of logs!
+#ARGS="$ARGS -l var/log/atheme-iris/atheme-iris.log"