aboutsummaryrefslogtreecommitdiff
path: root/gmid.conf.5
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-07 09:34:19 +0000
committerOmar Polo <op@omarpolo.com>2023-08-07 09:34:19 +0000
commit9abba172b6f9ff373dd1e45d7b9587d3bdd0afcf (patch)
treeaa8a290791923b5de38b226bf4d942d0081d670f /gmid.conf.5
parent3a93c90445bc762cbef00d130feffd9a7f6b083f (diff)
add `log syslog facility' to use a different syslog(3) facility
Was requested ages ago by Karl Jeacle, now that there is some better support for configuring the logging there's no excuse to add this. It helps with filtering from syslog.d / syslog.conf.
Diffstat (limited to 'gmid.conf.5')
-rw-r--r--gmid.conf.512
1 files changed, 12 insertions, 0 deletions
diff --git a/gmid.conf.5 b/gmid.conf.5
index f49b7df..7ae4139 100644
--- a/gmid.conf.5
+++ b/gmid.conf.5
@@ -190,6 +190,18 @@ Log to syslog.
It is enabled by default, use the
.Ic off
argument to disable.
+.It Ic syslog facility Ar facility
+Log to
+.Xr syslog 3
+using specified
+.Ar facility .
+Available facilities are as follows: daemon, ftp, local0 through local7 and
+user.
+These are case insensitive and can be prefixed with
+.Sq LOG_ .
+Not all level may be available on all operating systems.
+The default facility is
+.Ev LOG_DAEMON .
.El
.It Ic prefork Ar number
Run the specified number of server processes.