Workflow Logging Needed | Community
Skip to main content
October 16, 2015
Solved

Workflow Logging Needed

  • October 16, 2015
  • 3 replies
  • 2711 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by WillMc1

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

3 replies

Lokesh_Shivalingaiah
Level 10
October 16, 2015

Hi,

Are you looking for specific logging ?? Normally it will be logged in access.log

deepak_jain1
October 16, 2015

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

WillMc1Adobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

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