Could you please answer the following questions?
How to access aem java logs in dev environment. Do we need system/console access for it?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
If you are working with AEMaaCS you can download the logs from the the developer console which is part of cloud mananger, here you can find a detailed explanation of how to do it: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using...
Also, you can do it using the command line interface:
https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-a...
On the other hand, if you are using an onPremise version of AEM, you most likely will have to get access to the server where AEM is running to get the logs files, you could also use the access to /system/console in this scenario, but this would let you see the current log, not former ones.
HOpe this helps
Hi,
If you are working with AEMaaCS you can download the logs from the the developer console which is part of cloud mananger, here you can find a detailed explanation of how to do it: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using...
Also, you can do it using the command line interface:
https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-a...
On the other hand, if you are using an onPremise version of AEM, you most likely will have to get access to the server where AEM is running to get the logs files, you could also use the access to /system/console in this scenario, but this would let you see the current log, not former ones.
HOpe this helps
Will that be application logs or deployment logs? @EstebanBustamante
You will find both there
Views
Likes
Replies