Skip to content

Commit

Permalink
modules/acc: add log_level names to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Apr 18, 2017
1 parent 2842990 commit 4a19f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/acc/doc/acc_admin.xml
Expand Up @@ -707,13 +707,13 @@ modparam("acc", "log_missed_flag", 3)
Log level at which accounting messages are issued to syslog.
</para>
<para>
Default value is L_NOTICE.
Default value is 1 (L_NOTICE).
</para>
<example>
<title>log_level example</title>
<programlisting format="linespecific">
...
modparam("acc", "log_level", 2) # Set log_level to 2
modparam("acc", "log_level", 2) # Set log_level to 2 (L_INFO)
...
</programlisting>
</example>
Expand Down

0 comments on commit 4a19f63

Please sign in to comment.