Check Debugging logs
Hi all,
I have debugging lines in my code like
logger.debug("code statements to bebug");
How can I check this in adobe cloud manager
Thanks.
Hi all,
I have debugging lines in my code like
logger.debug("code statements to bebug");
How can I check this in adobe cloud manager
Thanks.
Refer this https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/logging#configuration-loggers
Essentially You can setup Logmanager factory config for your project. Something like org.apache.sling.commons.log.LogManager.factory.config~myProject.cfg.json
{
"org.apache.sling.commons.log.names": ["com.example"],
"org.apache.sling.commons.log.level": "debug"
"org.apache.sling.commons.log.file": "logs/error.log"
}
Then You can download the logs by going to respective environment in your cloud program.

Select the service (author, publisher etc.) from which you want to download and select "aemerror"

It should have your respective debug statements.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.