Path to the log file folder
--log-root
path
--log-root
specifies
the location for log files.path
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.
Omitting this property disables all logging except for stdout
and stderr
capture
of main.
path
Path to the folder where log files are stored relative to the root folder of the server instance.
Archive logs to server_root
/logs
.
--log-root ./logs