How to add workflow loggers in the log configuration ?
N
Nathan GANTIER
started a topic
over 1 year ago
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.
Best Answer
A
Alexia SIMOND
said
over 1 year ago
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.
Nathan GANTIER
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.
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>
Alexia SIMOND
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>
-
Deployment History Date
-
Username in Tomcat Access Logs
-
Is It Possible to Perform Automatic Authentication with The User's Windows Account?
-
Where is the documentation for Version 5.2.5?
-
On Prem Semarchy Authentication using Azure AD?
-
Delete old models
-
Sync production model version with dev
-
Recreate a dev environment. Any side effect?
-
Indexes on xDM database tables
-
What logging technology is used in the Semarchy xDM platform?
See all 82 topics