%L/logfile
, i.e. a file named
logfile
in LogDir
. For more
information, see Section 3.7.12. LogDir.# Log file goes in /var/log, with year number LogFile /var/log/%Y-radius.log
LogFile
to be the empty
string:# Disable logging to log file completely LogFile
|
then the rest of the filename is assumed to be a
program to which the output is to be piped. Otherwise the output is
appended to the named file.# Pipe to my-log-prog LogFile |/usr/local/bin/my-log-prog
LogFile
is defined in your configuration file,
<Log FILE>
is invisibly created to handle it.
For more information, see Section 3.25. <Log FILE>. You can customise the logging format,
and also log microseconds by using <Log FILE>
and its parameters instead of
LogFile
.