diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-26 08:11:21 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-26 08:11:21 +0000 |
commit | 0c39da514540397aa90ae884620edaac115456d1 (patch) | |
tree | cf6fbb2a2fae431b77bc8975fe0b3642f24ce280 /gmid.conf.5 | |
parent | 46bcc4ea95b03fe81ad361ee02bd021a7618e5a9 (diff) |
move log syslog after log style
Diffstat (limited to 'gmid.conf.5')
-rw-r--r-- | gmid.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gmid.conf.5 b/gmid.conf.5 index ebbbc27..05ef4b9 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -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. |