debugDomains: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with '; debugDomains [<message domains>] : If this option is set, messages grouped under one of the specified comma-separated list of debug message domai…' | Technology (talk | contribs) mNo edit summary | ||
| Line 7: | Line 7: | ||
| [[Category:config.txt]] | [[Category:config.txt]] | ||
| [[Category:Debug]] | |||
Revision as of 01:41, 16 December 2009
- debugDomains [<message domains>]
- If this option is set, messages grouped under one of the specified comma-separated list of debug message domains (which are not normally displayed) will be printed in the console.
- Notes:
- For debug messages, the option squelchDomains overrides this option, thus if a message domain is listed in squelchDomains, that message group will never be printed in the console even if it is listed in this option.
- Internally, Kore sets the verbosity level of debug message domains listed in this option to 0.