Start a new topic

How to add workflow loggers in the log configuration ?

Hello,

I would like to know if it is possible to add workflow traces to the log configuration to capture more information about workflows. For example, the execution process.

1 Comment

Hello Nathan,


Even though I think that has been answered over on a ticket, I still wanted to provide some information here for anyone else searching the same thing.


You can do so by activating this logger to TRACE: 

<Logger level="TRACE" name="com.semarchy.datahub.runtime.workflow"/>


Don't forget to set the Root Logger level to TRACE as well: 

<!-- Root Logger -->

        <Root level="TRACE">

            <AppenderRef ref="PDE"/>

            <AppenderRef ref="CONSOLE"/>

        </Root>

Login to post a comment