Where do I find Magento logs? Where can I find application logs? Where can I find old report files.
Location
All application logs will exist in one of two places:
- Todays logs - this will be in the standard Magento locations 'var/log/*' and 'var/report/*'
- Historic logs - logs and reports from previous days can be found in 'var/archive/*'
Rotation
Because there is a lot of disparity in how/where modules log MDOQ will automatically rotate the 'log' and 'report' directories as a whole on a nightly basis. This means it should be comptible with all extensions.
On a nightly basis:
- 'var/log' and 'var/report', are moved to 'var/archive/DATE/'
- Previously created archives are compressed
- Previously rotated and compressed archives are removed aftrer 14 days