diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-20 02:02:24 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-20 02:02:24 +0000 |
commit | 7b13f57cb69e6b38aa793f135a3c673cc6e72398 (patch) | |
tree | cdb495cb9ecb1d8c27688811440a9eea0a4ad538 /conf-tmpl/char_athena.conf | |
parent | 797848cc6647ae1dd682fae3749b7adf80a5fa21 (diff) | |
download | hercules-7b13f57cb69e6b38aa793f135a3c673cc6e72398.tar.gz hercules-7b13f57cb69e6b38aa793f135a3c673cc6e72398.tar.bz2 hercules-7b13f57cb69e6b38aa793f135a3c673cc6e72398.tar.xz hercules-7b13f57cb69e6b38aa793f135a3c673cc6e72398.zip |
- Fixed the meaning of stdout_with_ansisequence and changed the default value to no.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9531 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/char_athena.conf')
-rw-r--r-- | conf-tmpl/char_athena.conf | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 32e407c3d..d59e8d5ff 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -47,13 +47,8 @@ char_port: 6121 //For full format information, consult the strftime() manual. //timestamp_format: [%d/%b %H:%M] -//Defines if the ansi sequences should be parsed or skipped. -//If set to yes the console output is in color. If the stream is redirected to -//a file, the ansi sequences are printed out. -//If set to no the console is colorless and, if redirected, will skip the ansi -//sequences. -//NOTE: this setting applyes for both stdout and stderr -stdout_with_ansisequence: yes +//If redirected output contains escape sequences (color codes) +stdout_with_ansisequence: no //Makes server output more silent by ommitting certain types of messages: //1: Hide Information messages |