Module: kamailio Branch: master Commit: c78d111c974c7d51a463e5fccd71fe0116ed7e64 URL: https://github.com/kamailio/kamailio/commit/c78d111c974c7d51a463e5fccd71fe01...
Author: Federico Favaro federico@aereo.lan.athonet.com Committer: Federico Favaro federico@aereo.lan.athonet.com Date: 2016-07-04T12:37:19+02:00
cdp: Update doc of module with "debug_heavy" param
---
Modified: modules/cdp/doc/cdp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/c78d111c974c7d51a463e5fccd71fe01... Patch: https://github.com/kamailio/kamailio/commit/c78d111c974c7d51a463e5fccd71fe01...
---
diff --git a/modules/cdp/doc/cdp_admin.xml b/modules/cdp/doc/cdp_admin.xml index 234e270..d21bbb9 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) </programlisting> </example> </section> + <section> + <title>debug_heavy (int)</title> + + <para>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</para> + + <para><emphasis> Default value is <quote>0</quote>. </emphasis></para> + + <example> + <title>Set <varname>debug_heavy</varname> parameter</title> + + <programlisting format="linespecific">... +modparam("cdp", "debug_heavy", 1) +... + </programlisting> + </example> + </section> </section>
<section>