[Contents] [Prev] [Next] [Index] [Report an Error]

Directing Messages to a Log File

To direct system log messages to a file in the /var/log directory of the local Routing Engine, include the file statement at the [edit system syslog] hierarchy level:

[edit system syslog]
file filename {
facility severity;
explicit-priority;
match "regular-expression";
structured-data {
brief;
}
archive {
files number;
size size;
(world-readable | no-world-readable);
}
}

For the list of facilities and severity levels, see Specifying the Facility and Severity of Messages to Include in the Log.

To prevent log files from growing too large, the JUNOS system logging utility by default writes messages to a sequence of files of a defined size. By including the archive statement, you can configure the number of files, their maximum size, and who can read them, for either all log files or a certain log file. For more information, see Specifying Log File Size, Number, and Archiving Properties.

For information about the following statements, see the indicated sections:


[Contents] [Prev] [Next] [Index] [Report an Error]