Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 365 Bytes

audit-log.md

File metadata and controls

15 lines (10 loc) · 365 Bytes

Audit Logging for RHDH

RHDH supports audit logging for both the catalog and scaffolder. Audit logs can be identified by the isAuditLog: true field.

Configuring the audit logger

Logging to Console

By default, the audit logger logs to the console. To disable this, update your app-config.yaml with:

auditLog:
  console:
    enabled: false