Documentation

file

This is used to configure the file logger which stores log messages in a file you specify. The filename should be the preferred log file.

Example configuration of a file logging clause:

file {
    filename "/var/log/radiator/radiator-server.log";
    loglevel info;
}
Navigation
Parents