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?
- Use the magento-cloud environment:logs command to retrieve the access.log file from Production
- Use SSH to access all nodes and investigate the access.log files
- Use the magento-cloud environment:ssh command to access the environment and investigate the access.log file
- View the access.log file in the Project Web UI
Answer(s): D
Reference:
https://devdocs.magento.com/cloud/project/log-locations.html
Reveal Solution
Next Question