Log rotation
Log rotation in DMK
DMK Log Directory Structure
/u04/mongodb/log/<instance_name>/u01/app/mongodb/admin/<instance_name>/log -> /u04/mongodb/log/<instance_name>Log Configuration in the MongoDB Template
systemLog:
destination: file
path: ${log_path}/${instance_name}.log
logAppend: true logRotate: reopenSystem Log Rotation with logrotate
Manual Log Rotation
Further Reading
Last updated