From 226f13ece0b309abeee0ae8a4d8c9f049fe896a7 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 24 Jul 2023 08:50:49 +0000 Subject: add ability to log to files with log access --- gmid.conf.5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gmid.conf.5') diff --git a/gmid.conf.5 b/gmid.conf.5 index 0a1c175..dda781c 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -129,6 +129,18 @@ paths. Defaults to the .Ic user home directory, if provided. +.It Ic log Ar options +Specify logging options. +Multiple options may be provided within curly braces. +The available options are as follows: +.Bl -tag -width Ds +.It Ic syslog +Log to syslog. +This is the default behaviour. +.It Ic access Ar file +Log the requests to +.Ar file . +.El .It Ic prefork Ar number Run the specified number of server processes. This increases the performance and prevents delays when connecting to -- cgit v1.2.3