3.8.4. About a Management Interface Audit Logging File Handler

A file handler specifies the parameters by which audit log records are output to a file. Specifically it defines the formatter, file name and path for the file.

Table 3.6. File Handler Audit Log Fields

Attribute Description Read Only
formatter The name of a JSON formatter to use to format the log records. False
path The path of the audit log file. False
relative-to The name of another previously named path, or of one of the standard paths provided by the system. If relative-to is provided, the value of the path attribute is treated as relative to the path specified by this attribute. False
failure-count The number of logging failures since the handler was initialized. True
max-failure-count The maximum number of logging failures before disabling this handler. False
disabled-due-to-failure true if this handler was disabled due to logging failures. True