Ver Fonte

cdp: Update doc of module with "debug_heavy" param

Federico Favaro há 9 anos atrás
pai
commit
c78d111c97
1 ficheiros alterados com 19 adições e 0 exclusões
  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>
       </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>