Workflow Logging Needed | Adobe Higher Education
Skip to main content
October 16, 2015
Besvarat

Workflow Logging Needed

  • October 16, 2015
  • 3 svar
  • 2708 visningar

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.

Det här ämnet har stängts för svar.
Bästa svar av 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 svar

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

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