Which two actions will the developer need to take to translate strings added in JS files? (Choose two.)
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
Britt
4 days agoShenika
12 days agoCyndy
19 days agoShad
21 days agoDesire
26 days agoMaryrose
26 days ago