log-root

Path to the log file folder

Syntax

--log-root path

Description

--log-root path specifies the location for log files.

When a server instance starts, the following log files are created:

  • main__DATE__SERIAL.log — The head process main log

  • main.log — A link to the mostly recently written main log file

  • main.out — Captured standard output from the main process

  • main.err — Captured standard error output from the main process

When the server instance stops, the head process main log is moved to the log archive folder.

Note

Omitting this property disables all logging except for stdout and stderr capture of main.

Parameters

path

Path to the folder where log files are stored relative to the root folder of the server instance.

Examples

Archive logs to server_root/logs.

--log-root ./logs
Was this topic helpful?