Configure file log agents

To record events in a file, specify a log file configuration as follows:

Parameter names can be shortened to any unambiguous name. For example, the hi_water parameter can be shortened to hi. A file is opened only one time. The file opens according to the options in the first configuration entry that is processed when:

After a file was opened, further file configurations can use the following shorthand notation to record events to the same file:

Writing to a file can be a slow operation relative to the tasks that are generating events. Therefore, events are posted to a file log agent through a second level of queuing. This second level of event queuing is configured like the central event propagation queue, but has different default values.

Parent topic: Defining logcfg entries