squelchDomains: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
; squelchDomains <[[domain | ; squelchDomains <[[domain]]s> | ||
: Suppresses console messages grouped under the specified comma-separated list of message domains. | : Suppresses console messages grouped under the specified comma-separated list of message domains. | ||
Line 14: | Line 14: | ||
* Internally, Kore sets the verbosity level of message domains listed in this option to '''5''', so [[verbose]] needs to be below that level. | * Internally, Kore sets the verbosity level of message domains listed in this option to '''5''', so [[verbose]] needs to be below that level. | ||
== | == Tips == | ||
To find out domains of the messages you want to squelch, use [[showDomain]] option to append domain information to messages in output. | |||
[[Category:config.txt]] | [[Category:config.txt]] | ||
[[Category: | [[Category:log]] |
Latest revision as of 01:50, 27 April 2021
- squelchDomains <domains>
- Suppresses console messages grouped under the specified comma-separated list of message domains.
Examples
If you don't want your vendbot to be spammed by people using skills in town, use:
squelchDomains skill
Suppress your successful attacks and monster's misses:
squelchDomains attackMon, attackedMiss
Notes
- For normal messages, the option verboseDomains overrides this option, thus if a message domain is listed in verboseDomains, that message group will always be printed in the console even if it is listed in this option.
- Internally, Kore sets the verbosity level of message domains listed in this option to 5, so verbose needs to be below that level.
Tips
To find out domains of the messages you want to squelch, use showDomain option to append domain information to messages in output.