app/proprietary/src/main/resources/templates/AUDIT_HELP.md
The Stirling PDF audit system records user actions and system events for security monitoring, compliance, and troubleshooting purposes.
| Level | Name | Description | Use Case |
|---|---|---|---|
| 0 | OFF | Minimal auditing, only critical security events | Development environments |
| 1 | BASIC | Authentication events, security events, and errors | Production environments with minimal storage |
| 2 | STANDARD | All HTTP requests and operations (default) | Normal production use |
| 3 | VERBOSE | Detailed information including headers, parameters, and results | Troubleshooting and detailed analysis |
Audit settings are configured in the settings.yml file under the premium.proFeatures.audit section:
premium:
proFeatures:
audit:
enabled: true # Enable/disable audit logging
level: 2 # Audit level (0=OFF, 1=BASIC, 2=STANDARD, 3=VERBOSE)
retentionDays: 90 # Number of days to retain audit logs