Bug 24306: (follow-up) Add documentation for debug option
authorNick Clemens <nick@bywatersolutions.com>
Tue, 28 Jul 2020 12:01:05 +0000 (12:01 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 13 Aug 2020 05:55:44 +0000 (07:55 +0200)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

debian/docs/koha-indexer.xml

index b7f76cb..e407d47 100644 (file)
     </varlistentry>
 
     <varlistentry>
+      <term><option>--debug</option></term>
+      <listitem>
+        <para>Raise the verbosity ofthe script to debug level. Note this is very verbose and contains a lot of information, it is not intended for production use but debugging purposes only.
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term><option>--quiet|-q</option></term>
       <listitem>
         <para>Make the script quiet about non existent instance names. Useful when calling <command>koha-indexer</command> from another scripts.</para>