CURL vulnerability information (CVE-2023-38545) Nexus awareness advisory on Microsoft's update KB5014754
This article describes how to enable the Process Tracker in Smart ID Identity Manager.
During the configuration phase it could be very helpful to obtain detailed logging information about the process execution. The ProcessExecutionTracker writes all variables of the process map before and after each task to the log file.
ProcessExecutionTracker
To enable the Process Tracker:
Add the following parameter to "SYSTEM_PROPERTIES":
"processExecutionTracker.enabled" : true
Enable the logging in your log4j2.xml by adding/uncommenting the following logger:
<Logger name="de.nexus.projectutils.processtracker" level="debug" additivity="false"> <AppenderRef ref="ACT_RF"/> <AppenderRef ref="STDOUT"/> </Logger>