Which Adobe Commerce table stores all cron data?
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
Shawna
3 days agoWhitley
14 days agoLang
17 days agoCarman
19 days agoCarmen
4 hours agoKatheryn
20 days agoStephane
23 days agoColetta
24 days ago