diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char_athena.conf | 1 | ||||
-rw-r--r-- | conf/login_athena.conf | 1 | ||||
-rw-r--r-- | conf/map_athena.conf | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/conf/char_athena.conf b/conf/char_athena.conf index a9848422e..24ad0d3fc 100644 --- a/conf/char_athena.conf +++ b/conf/char_athena.conf @@ -55,6 +55,7 @@ stdout_with_ansisequence: no //4: Hide Notice Messages //8: Hide Warning Messages //16: Hide Error and SQL Error messages. +//32: Hide Debug Messages //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4) console_silent: 0 diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 1c9fd0836..f7ecb22bd 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -31,6 +31,7 @@ stdout_with_ansisequence: no //4: Hide Notice Messages //8: Hide Warning Messages //16: Hide Error and SQL Error messages. +//32: Hide Debug Messages //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4) console_silent: 0 diff --git a/conf/map_athena.conf b/conf/map_athena.conf index 06fe87eb2..b0a467f1e 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -65,6 +65,7 @@ stdout_with_ansisequence: no //4: Hide Notice Messages //8: Hide Warning Messages //16: Hide Error and SQL Error messages. +//32: Hide Debug Messages //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4) console_silent: 0 |