Magento Certified Professional Cloud Developer — Question 2
A merchant using Magento Commerce Cloud Pro reports an issue with an order missing transaction data. The application uses a payment gateway integration which posts a series of callbacks to Magento.
You would like to retrieve a complete list of calls to build a timeline of what happened.
How do you achieve this?
Answer options
- A. Use the magento-cloud environment:logs command to retrieve the access.log file from Production
- B. Use SSH to access all nodes and investigate the access.log files
- C. Use the magento-cloud environment:ssh command to access the environment and investigate the access.log file
- D. View the access.log file in the Project Web UI
Correct answer: D
Explanation
The correct answer is D because the Project Web UI provides a user-friendly interface to easily access and view the access.log file. Options A, B, and C involve more complex methods that may not yield the necessary information as efficiently and could require additional permissions or configurations.