Produce Rule Trace Analytics
- Last Updated: February 10, 2025
- 2 minute read
- Corticon
- Version 7.2
- Version 7.1
- Version 6.3
- Corticon.js
- Version 2.3
- Tutorials
After you have run a Ruletest in Rule Trace View, you can capture the results in the log or persist the executions of deployed rules in a database. Here, you will capture Ruletest executions in the log.
- Connect to the Progress GitHub repository at https://github.com/corticon/server-analytics/tree/main/PersistenceSamples/Sample/PersistToLog/jar/CcPersistToLogger.jar
- On the repository's page, select
CcPersistToLogger.jar, and then click the download button, as illustrated:
- Copy the JAR file from your downloads folder to a staging area on your local machine.
- Right-click on the project, and then choose Properties, and then choose Corticon Extensions.
- Choose Add. Navigate to your staging location, and then choose the JAR.

- Click Apply and Close.
- In the Studio's work directory, edit the
brms.propertiesfile to add two lines:com.corticon.server.analytics.handler.enabled=true com.corticon.server.analytics.handler.class=com.corticon.analytics.samples.CcPersistToLogger - Restart Studio.
- Open the project's Ruletest, and then choose Run Test with Rule Trace.
- Examine the log in the Studio Work directory:

For more about rule execution analytics and persistence, see How to use the Corticon Analytics Handler.