From 463590ddf266ab67e37a3675e26877b325a57676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Fri, 24 Aug 2018 22:40:45 +0200 Subject: [PATCH] Default config for write log to server.log --- src/config_cc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config_cc.json b/src/config_cc.json index ea4e492a..c753c2c9 100644 --- a/src/config_cc.json +++ b/src/config_cc.json @@ -1,7 +1,7 @@ { "background": false, // true to run the cc-server in the background (no console) "colors": true, // false to disable colored output - "log-file": null, // log all output to a file + "log-file": "server.log", // log all output to a file "syslog": false, // use system log for output messages "cc-server": { "port": 3344, // port the CC Server will listens on