I need to enable Logging to monitor Workflows executions
Which logger class do i need to enable in felix console (i guess it's in Apache Sling Logging Logger Configuration)?.
"com.adobe.granite.workflow" ?.
Thank You.
Solved! Go to Solution.
Hi,
Yes, add a configuration for "Apache Sling Logging Logger Configuration"
Make sure you log at a debug level.
I think the two interesting things to log are:
com.adobe.granite.workflow.core.WorkflowSessionImpl
com.adobe.granite.workflow.core.job
You can log all of workflow but you'll see a lot of irrelevant information.
Something like this:
[img]workflowLogging.PNG[/img]
Hope this helps,
Will
Hi,
Are you looking for specific logging ?? Normally it will be logged in access.log
Views
Replies
Total Likes
Hi,
If you want you can use the org.slf4j.log4j API. Through configurations, you can change the log file in which you want to see the logs.
It is already available in AEM.
Thanks,
Deepak Jain
Views
Replies
Total Likes
Hi,
Yes, add a configuration for "Apache Sling Logging Logger Configuration"
Make sure you log at a debug level.
I think the two interesting things to log are:
com.adobe.granite.workflow.core.WorkflowSessionImpl
com.adobe.granite.workflow.core.job
You can log all of workflow but you'll see a lot of irrelevant information.
Something like this:
[img]workflowLogging.PNG[/img]
Hope this helps,
Will