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
Tarra
9 days agoCatherin
17 days agoFatima
22 days agoMiles
2 days agoPauline
15 days agoWinfred
25 days agoAdelaide
28 days agoTarra
1 months agoBillye
1 months agoDana
1 months agoJohnathon
10 days agoLoise
22 days agoChristiane
1 months agoLuisa
1 months agoRoy
6 days agoSarah
9 days agoAnnalee
21 days ago