diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-26 08:10:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-26 08:10:12 +0000 |
commit | 46bcc4ea95b03fe81ad361ee02bd021a7618e5a9 (patch) | |
tree | 16728cce2ffae1c408d6807303da4f9598894121 /gmid.conf.5 | |
parent | cba01a868748013f838c28ad8005c8377160c76f (diff) |
add log syslog off; don't turn syslog off when log access is specified
Diffstat (limited to 'gmid.conf.5')
-rw-r--r-- | gmid.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gmid.conf.5 b/gmid.conf.5 index 58999ba..ebbbc27 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -134,9 +134,11 @@ Specify logging options. Multiple options may be provided within curly braces. The available options are as follows: .Bl -tag -width Ds -.It Ic syslog +.It Ic syslog Op Ic off Log to syslog. -This is the default behaviour. +It is enabled by default, use the +.Ic off +argument to disable. .It Ic access Ar file Log the requests to .Ar file . |