log-archive-root

Path to the folder containing archived log files

Syntax

--log-archive-root path

Description

--log-archive-root path specifies the path to directory that stores rotated log files.

Note

If you omit this property, rotated logs remain in the log root directory, which grows unbounded as logs are rotated.

Parameters

path

Path to the folder where log files are archived relative to the server instance's root folder.

Examples

Archive logs to server_root/old_logs.

--log-archive-root ./old_logs
Was this topic helpful?