logsize

Syntax

logsize = number_of_bytes

Description

Integer value indicating the size limit of audit log files. The size limit is also referred to as the rollover threshold. When the audit log file reaches this threshold, the original audit log file is renamed and a new log file with the original name will be created.

Options

number_of_bytes

When the value is zero (0), no rollover log file is created.

When the value is a negative integer, the logs are rolled over daily, regardless of the size.

When the value is a positive integer, the value indicates the maximum size, in bytes, of the audit log file before the rollover occurs. The allowable range is from 1 byte to 2 megabytes

Usage

This stanza entry is optional.

Default value

2000000

Example

logsize = 2000000