In addition to usual run mode there are two debug levels: standard and verbose. These can be useful when configuring signatures.
Debug level can be configured on a module-by-module basis by modifying the MODULE_DEBUGMODES hash which looks something like this:
$self->{MODULE_DEBUGMODES} = { "IDM_net_conns" => "debug_verbose", "IDM_procs" => "debug" }; "IDM_cheesewire" => "standard_run" };If a module is not mentioned in this hash then the default debug level is used — this is set by sub new in Modules_Config.pm.
...previous | up (conts) | next... |