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
Hassie
4 months agoChristiane
4 months agoGlendora
4 months agoAdria
4 months agoGlendora
4 months agoRozella
5 months agoJanna
5 months agoHelene
5 months agoLashawnda
6 months ago