What is offered
The list is built from what Shipways knows is installed rather than from a fixed set, so a machine with two PHP versions offers both and one with no database offers no database log. On a server:- Nginx access and error
- One PHP-FPM log per installed version
- The database engine’s log, if there is one
- Redis
- SSH auth — where a machine being hammered on port 22 shows up first
- Unattended upgrades
- One log per daemon
- Nginx access and error, for that site’s own vhost
- The application log
- One log per daemon belonging to the site
The application log
Read from the site’sshared/storage/logs, not from the current release. That
is on purpose: shared storage survives a deployment, so the file you are
reading is the one the application has been writing to all along rather than
one that started empty at the last deploy.