log-rotation-size

Size at which the log is archived

Syntax

--log-rotation-size size

Description

log-rotation-size specifies the maximum size to which the log can grow before it is rotated into the archive area. If specified as less than 1 MB, a warning is issued and the effective size is increased to 1 MB.

No entry signifies that logs are never archived.

Parameters

size

Size, in bytes, of the log file.

Examples

Rotate logs when they reach 5 MB.

--log-rotation-size 5MB
Was this topic helpful?