debugDomains: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Technology (talk | contribs) mNo edit summary | mNo edit summary | ||
| Line 1: | Line 1: | ||
| ; debugDomains  | ; debugDomains <[[domain]]s> | ||
| : 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. | : 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 [[verbose|verbosity level]] of debug message domains listed in this option to '''0'''. | |||
| [[Category:config.txt]] | [[Category:config.txt]] | ||
| [[Category:Debug]] | [[Category:Debug]] | ||
Revision as of 12:12, 17 August 2012
- debugDomains <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.