Accessing Logs
You have access to several types of logging from sites on Altis have following logs available:
- PHP Error log (two week retention)
- Nginx Error log (two week retention)
- WordPress Cron task logs (via Cavalcade, indefinite retention)
- Email logs (one month retention)
- Access logs (via a custom REST API endpoint, indefinite retention)
The logs can be viewed via Altis Dashboard under a site’s Logs tab.
![[[Screenshot of PHP log details]]](../../../images/cms/cms-image-5a344a0b52b78c5302f52d59c113e869.png)
The date range can be specified for all logs types. Some log types will also support additional filtering such as cron logs.
![[[Screenshot of a logs filter being applied]]](../../../images/cms/cms-image-e8f315077c59dd0beaea6f22dfdb2c9a.png)
Log Delivery
Log delivery to CloudWatch can be switched off, however this is not recommended as logs will not be available in the Altis Dashboard.
{
"extra": {
"altis": {
"modules": {
"cloud": {
"php-errors-to-cloudwatch": false
}
}
}
}
}