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
Shenika
1 days agoCyndy
9 days agoShad
11 days agoDesire
15 days agoMaryrose
16 days ago