浏览代码

cdp: Update doc of module with "debug_heavy" param

Federico Favaro 9 年之前
父节点
当前提交
c78d111c97
共有 1 个文件被更改,包括 19 次插入0 次删除
  1. 19 0
      modules/cdp/doc/cdp_admin.xml

+ 19 - 0
modules/cdp/doc/cdp_admin.xml

@@ -144,6 +144,25 @@ modparam("cdp", "workerq_length_threshold_percentage", 25)
 	</programlisting>
 	</programlisting>
       </example>
       </example>
     </section>
     </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>
 
 
   <section>
   <section>