Default config for write log to server.log
This commit is contained in:
parent
23febd7c0f
commit
463590ddf2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"background": false, // true to run the cc-server in the background (no console)
|
"background": false, // true to run the cc-server in the background (no console)
|
||||||
"colors": true, // false to disable colored output
|
"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
|
"syslog": false, // use system log for output messages
|
||||||
"cc-server": {
|
"cc-server": {
|
||||||
"port": 3344, // port the CC Server will listens on
|
"port": 3344, // port the CC Server will listens on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue