move log syslog after log style

This commit is contained in:
Omar Polo 2023-07-26 08:11:21 +00:00
parent 46bcc4ea95
commit 0c39da5145
1 changed files with 5 additions and 5 deletions

View File

@ -134,11 +134,6 @@ Specify logging options.
Multiple options may be provided within curly braces.
The available options are as follows:
.Bl -tag -width Ds
.It Ic syslog Op Ic off
Log to syslog.
It is enabled by default, use the
.Ic off
argument to disable.
.It Ic access Ar file
Log the requests to
.Ar file .
@ -189,6 +184,11 @@ Each line is formatted as follows: the remote IP address and port, the
.Sq GET
keyword, the request URI, the response code and meta.
.El
.It Ic syslog Op Ic off
Log to syslog.
It is enabled by default, use the
.Ic off
argument to disable.
.El
.It Ic prefork Ar number
Run the specified number of server processes.