You can configure QMS to store data each time it activates a particular rule in the Promotion Agentstore.
QMS uses IDOL document tracking functionality to log a message when a rule is activated. You can then use a script to load the information from your logs to Statistics Server to monitor the most frequently accessed rules. For more information, refer to the IDOL Server Administration Guide.
To configure QMS to log rule usage
Open the QMS configuration file in a text editor.
Create a [DocumentTracking]
configuration section.
In the [DocumentTracking]
section, set the Backend
parameter to Log
. For example:
[DocumentTracking] Backend=Log
Find the [Logging]
configuration section.
Add a new log stream for your document tracking log. For example:
[Logging]
...
0=ApplicationLogStream
1=ActionLogStream
2=DocumentTrackingLogStream
Create a new configuration section for the new log stream. For example:
[DocumentTrackingLogStream]
In the log stream configuration section, set LogTypeCSVs
to Events
. For example:
[DocumentTrackingLogStream]
LogTypeCSVs=Events
You can also configure any additional logging parameters. For details, refer to the QMS Reference.
Save and close the QMS configuration file. Restart QMS for your changes to take effect.
|