diff --git a/modules/cdp/doc/cdp_admin.xml b/modules/cdp/doc/cdp_admin.xml index 234e2707298..d21bbb95a21 100644 --- a/modules/cdp/doc/cdp_admin.xml +++ b/modules/cdp/doc/cdp_admin.xml @@ -144,6 +144,25 @@ modparam("cdp", "workerq_length_threshold_percentage", 25) +
+ debug_heavy (int) + + Flag to enable a more verbose log, which tells you + more details about peers. This is disabled by default + because it brings to a log too much verbose in DBG mode + Can be enabled upon needs + + Default value is 0. + + + Set <varname>debug_heavy</varname> parameter + + ... +modparam("cdp", "debug_heavy", 1) +... + + +