FreeRADIUS InkBridge

Logging Modules

The logging modules write data to external destinations such as files, syslog, etc.

The available Logging modules are:

Logging Modules

Module Description

detail

Writes attributes from a request list to a flat file in 'detail' format.

detail sample

Detail file example for configuration.

log sample

Log example.

kafka

Generates records to Apache Kafka topics asynchronously, pausing the request until the broker acknowledges or rejects the write.

linelog

Creates log entries from attributes, string expansions, or static strings, and writes them to a variety of backends, including syslog, flat files, and raw UDP/TCP sockets.

logtee

Tee’s request logging at runtime, sending it to additional log destinations.