Skip to content

Commit

Permalink
ndb_redis: docs for debug parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 4, 2022
1 parent f171428 commit fdb7c2f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/modules/ndb_redis/doc/ndb_redis_admin.xml
Expand Up @@ -304,6 +304,26 @@ modparam("ndb_redis", "server", "name=redis_cluster;addr=127.0.0.1;port=26008")
...
modparam("ndb_redis", "cluster", 1)
modparam("ndb_redis", "allow_dynamic_nodes", 1)
...
</programlisting>
</example>
</section>
<section id="ndb_redis.p.debug">
<title><varname>debug</varname> (integer)</title>
<para>
Set the verbosity level for some of the log messages. It has to be
a log level value.
</para>
<para>
<emphasis>
Default value is <quote>3</quote> (L_DBG).
</emphasis>
</para>
<example>
<title>Set <varname>debug</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("ndb_redis", "debug", 1)
...
</programlisting>
</example>
Expand Down

0 comments on commit fdb7c2f

Please sign in to comment.