Modify description of LogLevel in manpage
This commit is contained in:
parent
70e8197344
commit
9e79e9975f
@ -121,7 +121,10 @@ The possible keywords and their descriptions are as follows:
|
||||
|
||||
*LogLevel*::
|
||||
|
||||
This sets the log level. Allowed values are:
|
||||
Sets the log level. Messages from the set level and above are
|
||||
logged. For example, if the LogLevel was set to Warning, then all
|
||||
log messages from Warning to Critical would be output, but Notice
|
||||
and below would be suppressed. Allowed values are:
|
||||
|
||||
* Critical (least verbose)
|
||||
* Error
|
||||
@ -130,11 +133,6 @@ The possible keywords and their descriptions are as follows:
|
||||
* Connect (log connections without Info's noise)
|
||||
* Info (most verbose)
|
||||
|
||||
The LogLevel logs from the set level and above. For example, if
|
||||
the LogLevel was set to Warning, then all log messages from
|
||||
Warning to Critical would be output, but Notice and below would be
|
||||
suppressed.
|
||||
|
||||
*PidFile*::
|
||||
|
||||
This option controls the location of the file where the main
|
||||
|
Loading…
Reference in New Issue
Block a user