Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

How to access aem java logs in dev environment. Do we need system/console access for it?

Avatar

Level 3

Could you please answer the following questions?

How to access aem java logs in dev environment. Do we need system/console access for it?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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



Esteban Bustamante

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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



Esteban Bustamante

Avatar

Level 3

Will that be application logs or deployment logs? @EstebanBustamante 

Avatar

Community Advisor

You will find both there



Esteban Bustamante