How to check AEM logs in the cloud (AEMaaCS)
Most of us have worked with AEM on prem and AMS (Adobe Manager Service) which require using SSH to connect to the system and searching for the desired logs, and then using tail to view the running logs. But SSH may not be possible on cloud instances. For tailing to work, we need to use the AIO CLI tool. You can check AEM logs in two ways listed below Option 1 - Download logs files via cloud manager Option 2 - Use Adobe IO CLI Option 1 - Download log files The first option is easy and straightforward. You can download logs by following these steps. Log into Cloud Manager at https://experience.adobe.com/#/@programName/cloud-manager/landing.html and select the appropriate organization and program. Navigate to the Environments You can download logs by selecting three dots and choosing Download Logs. Option 2 - Adobe IO CLI AEM logs can be accessed via the Adobe I/O CLI via Adobe Cloud Manager through the Adobe I/O CLI pl...