All operations targeted at a QPR ProcessGuide model can be recorded into a log file called "PGSAudit.txt" located in the folder that can be defined in the General tab of the Common settings section in the QPR Configuration Manager utility. Logging is enabled by default. To disable logging, you have to modify the qpr.ini file by changing the value of AuditTrailTrace to 0 in [PGS Settings].
The Structure of the Log File
When an operation (action) is committed to the ProcessGuide Application Server, a corresponding event will be written into the log file. The operation is one of the following:
•
Open model for viewing
•
Open model for editing
•
Open model for exclusive editing
•
Check out model for editing
•
Check out model for exclusive editing
•
Save model
•
Save model as
•
Save template as
•
Check in
•
Undo checkout
•
Close model
•
Delete model
•
Replace model
The log contains the following columns:
•
Time
•
Date
•
Model name
•
Model id
•
User, full name and login name
•
Session id
•
Action
The fields of the log file are separated with tabulators.