RHDH supports audit logging for both the catalog and scaffolder. Audit logs can be identified by the isAuditLog: true
field.
By default, the audit logger logs to the console. To disable this, update your app-config.yaml with:
auditLog:
console:
enabled: false