Viewing Logs
The Process Designer uses a Java-based logging utility, Apache log4j. The configuration file for log4j is located here: Micro Focus/Verastream/ProcessServer/conf/log4j-composite.xml
.
By default all logging information is available in the Micro Focus/Verastream/ProcessServer/logs
directory.
Audit logging
Audit logging provides detailed step-by-step logging of your process execution.
To use audit logging, deploy your process using the advanced runtime options; database persistence and audit logging. To use audit logging you must first enable database persistence. Database persistence saves the deployed process's data and its execution details to an internal database. This may be helpful for error recovery during long running transactions.
Audit logging has a negative impact on server performance.
More information