Next: , Previous: Accounting, Up: Top


8 Logging

GNU Radius reports every event worth mentioning. The events are segregated by their severity level. Radius discerns the following levels (in order of increasing severity):

Debug
The debug messages (Debugging).
Auth
Under this level every authentication attempt is logged. This is enabled by setting
          level auth;

in the category auth statement of the config file.

Proxy
Messages regarding proxy requests (see Proxying).
Info
Informational messages.
Notice
Normal, but significant conditions.
Warning
Warning conditions. These mean some deviations from normal work.
Error
Error conditions. Usually these require special attention.
CRIT
Critical conditions due to which Radius is no longer able to continue working. These require urgent actions from the site administrator.

By default, all messages in all levels are output to the file radlog/radius.log. In addition, messages in level CRIT are also duplicated to the system console. These defaults can be overridden using logging statement in the raddb/config file. (See logging statement, for the description of logging statement syntax; see Naming Conventions for information about the locations of different Radius configuration files.)