Which log file would help a developer to investigate 503 errors caused by traffic or insufficient server resources on an Adobe Commerce Cloud project?
To check the access.log file on an Adobe Commerce Cloud project, a developer can use the following command in the CLI:
grep -r '' 50 [0-9]' /path/to/access.log
Alternatively, if the error has occurred in the past and the access.log file has been rotated (compressed and archived), the developer can use the following command in the CLI (Pro architecture only):
zgrep '' 50 [0-9]' /path/to/access.log.<rotation ID>.gz
Laurena
6 months agoLaura
6 months agoBlair
6 months agoMargarett
7 months agoLouisa
7 months agoSina
7 months agoCassandra
7 months agoWeldon
7 months agoBarrett
7 months ago