Modify description of LogLevel in manpage

This commit is contained in:
Mukund Sivaraman 2010-01-03 20:46:37 +05:30
parent 70e8197344
commit 9e79e9975f

View File

@ -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