diff options
Diffstat (limited to 'conf/map_athena.conf')
-rw-r--r-- | conf/map_athena.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/conf/map_athena.conf b/conf/map_athena.conf index 644bafd53..f25f6a695 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -19,7 +19,7 @@ // only as information/reference. //-------------------------------------------------------------- -// Configuration Info +// Configuration Info //-------------------------------------------------------------- // Interserver communication passwords, set in account.txt (or equiv.) userid: s1 @@ -59,6 +59,14 @@ map_port: 5121 //If redirected output contains escape sequences (color codes) stdout_with_ansisequence: no +//Makes server log selected message types to a file in the /log/ folder +//1: Log Warning Messages +//2: Log Error and SQL Error messages. +//4: Log Debug Messages +//Example: "console_msg_log: 7" logs all 3 kinds +//Messages logged by this overrides console_silent setting +console_msg_log: 0 + //Makes server output more silent by ommitting certain types of messages: //1: Hide Information messages //2: Hide Status messages |