Skip to content

Commit

Permalink
Fix documentation about log_file
Browse files Browse the repository at this point in the history
  • Loading branch information
halfgaar committed Jun 23, 2024
1 parent b9b680c commit 439e5d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 2 additions & 4 deletions man/flashmq.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
.TH flashmq.conf 5 "jun 16 2024" "" ""
.TH flashmq.conf 5 "jun 23 2024" "" ""
.SH NAME
flashmq.conf \- FlashMQ configuration file format
.SH SYNOPSIS
Expand Down Expand Up @@ -71,9 +71,7 @@ See \fI\m[blue]flashmq_plugin.h\m[]\fR for details.
Default value: \fI60\fR
.TP
\*(T<\fB\m[green]log_file\m[] \fI\m[blue]/path/to/flashmq.log\m[]\fR\fR\*(T>
This configuration parameter sets the path to FlashMQ's log file. If you omit the, the output will go to stdout.

Default value: \fI\m[blue]/var/log/flashmq/flashmq.log\m[]\fR
This configuration parameter sets the path to FlashMQ's log file. If you omit this option from the config file, the output will go to stdout.
.TP
\*(T<\fB\m[green]log_level\m[] \fI\m[cyan]info/notice/warning/error/none\m[]\fR\fR\*(T>
Set the log level to specified level and above. That means \fI\m[cyan]notice\m[]\fR will log \fI\m[cyan]notice\m[]\fR, \fI\m[cyan]warning\m[]\fR and \fI\m[cyan]error\m[]\fR.
Expand Down
5 changes: 1 addition & 4 deletions man/flashmq.conf.5.dbk5
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ multi-value-param one 'two' "three" "with ' char"
<term><option>log_file</option> <filename>/path/to/flashmq.log</filename></term>
<listitem>
<para>
This configuration parameter sets the path to FlashMQ's log file. If you omit the, the output will go to stdout.
</para>
<para>
Default value: <filename>/var/log/flashmq/flashmq.log</filename>
This configuration parameter sets the path to FlashMQ's log file. If you omit this option from the config file, the output will go to stdout.
</para>
</listitem>
</varlistentry>
Expand Down
5 changes: 1 addition & 4 deletions man/flashmq.conf.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,7 @@
<dt id="log_file"><code class="option">log_file</code> <code class="filename">/path/to/flashmq.log</code><a class="hash-anchor" href="#log_file">#</a></dt>
<dd>
<p>
This configuration parameter sets the path to FlashMQ's log file. If you omit the, the output will go to stdout.
</p>
<p>
Default value: <code class="filename">/var/log/flashmq/flashmq.log</code>
This configuration parameter sets the path to FlashMQ's log file. If you omit this option from the config file, the output will go to stdout.
</p>
</dd>

Expand Down

0 comments on commit 439e5d6

Please sign in to comment.