From 227e7837ed875eda2f4228ab49cf74db0f700186 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Thu, 19 Jun 2014 14:00:24 +0200 Subject: [PATCH] Turn off logging by default --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 6ec1ded..5df2d9f 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ module.exports = { port: 9000, password: "", - log: true, + log: false, theme: "", defaults: { nick: "shout-user",