Hello,
I am testing one servlet in aem, for that I have given some print statements through system.out.println. I am using IntelliJ IDE I just want to check the output in the IDE, where do I check ?? Any idea ?
Solved! Go to Solution.
Views
Replies
Total Likes
You should use a logging library from the beginning. Especially because it does not have any typing overhead at all in AEM.
https://www.danklco.com/posts/2022/03/8-tenets-for-cloud-scale-logging-in-aem.html
sysout entry will be in ..\crx-quickstart\logs\stdout.log.
But prefer using logs instead of sysout.
You should use a logging library from the beginning. Especially because it does not have any typing overhead at all in AEM.
https://www.danklco.com/posts/2022/03/8-tenets-for-cloud-scale-logging-in-aem.html
Views
Likes
Replies