About logRotation
This extra solves the problem of big error file.
Logs rotation
On some sites over the years has accumulated a huge number of entries in the error log MODX. File size may exceed gigabytes.
Extra logRotation checks the size of the file error.log. The plugin will delete old entries when the size exceeds the maximum allowed size specified in the system settings
Instruction
Install the add-on and specify the maximum file size in the system setting logrotation_size.
Information
Released
June 6, 2023
Supported Database
MySQL
License
GPLv2
Supported Versions
2.5 - Current
Downloads
1,457
Instructions
Install the add-on and specify the maximum file size in the system setting logrotation_size.
New in 1.0.2-beta
Changelog for logRotation.
1.0.2-beta- Check existing log file
- Hide warning for file_size function
- First release