Next: Problem Tracking, Previous: Accounting, Up: The GNU Radius [Contents][Index]
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):
DebugThe debug messages (Debugging).
AuthUnder this level every authentication attempt is logged. This is enabled by setting
level auth;
in the category auth statement of the config file.
ProxyMessages regarding proxy requests (see Proxying).
InfoInformational messages.
NoticeNormal, but significant conditions.
WarningWarning conditions. These mean some deviations from normal work.
ErrorError conditions. Usually these require special attention.
CRITCritical 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.)