From 5cb22948abce2ac29c6f7a184d726733cc435fcc Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Wed, 28 Apr 2021 08:27:43 +0200 Subject: [PATCH] clarify LogDestination --- radsecproxy.conf.5.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/radsecproxy.conf.5.in b/radsecproxy.conf.5.in index f346e9c..35f3f3d 100644 --- a/radsecproxy.conf.5.in +++ b/radsecproxy.conf.5.in @@ -115,9 +115,8 @@ option \fB\-d\fR overrides this. This specifies where the log messages should go. By default the messages go to syslog with facility \fBLOG_DAEMON\fR. Using this option you can specify another syslog facility, or you may specify that logging should be to a particular file, -not using syslog. The value must be either a file or syslog URL. The file URL is -the standard one \fBfile:///var/log/radius.log\fR, specifying a local file that -should be used. For syslog, you must use the syntax: +not using syslog. The value must be either a file URL like \fBfile:///path/to/your/logfile.log\fR +or a syslog URL using the syntax: .BR "x\-syslog:///FACILITY" " where " FACILITY " must be one of " .BR LOG_DAEMON , .BR LOG_MAIL ,