Difference between revisions of "debugDomains"

From OpenKore Wiki
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…')
 
m (Conversion script moved page DebugDomains to debugDomains: Converting page titles to lowercase)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; debugDomains [<[[References#Message Domains|message domains]]>]
+
; 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:'''
+
== 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.
+
* 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'''.
+
* 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]]

Latest revision as of 22:34, 26 April 2021

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.