RadiusLog

Name

RadiusLog -- Specify the logfile for reporting / debugging

Synopsis

RadiusLog [ "file"|none]

Default

none

Context

server config, <Global>, <VirtualHost>

Module

mod_radius

Compatibility

1.2.7rc1 and later

Description

The RadiusLog directive is used to a specify a log file for mod_radius reporting and debugging, and can be done a per-server basis. The file parameter must be the full path to the file to use for logging. Note that this path must not be to a world-writeable directory and, unless AllowLogSymlinks is explicitly set to on (generally a bad idea), the path must not be a symbolic link.

If file is "none", no logging will be done at all; this setting can be used to override a RadiusLog setting inherited from a <Global> context.

See also

Examples

FIXFIXFIX

FIXFIX