Skip to content

audit-log capability

audit-log adds structured audit logging to your Go service for tracking sensitive operations with append-only audit events.

  • Audit log writer
  • Structured audit events
  • Configurable retention

Use audit-log for compliance, financial operations, and security-sensitive actions. Payments, refunds, permission changes, and data access in regulated industries all require an append-only audit trail. Without it, you have no answer to “who changed this and when?”.

Terminal window
verikt new my-service --language go --cap audit-log
# or add to an existing service:
verikt add audit-log

auth-jwt

Enrich audit events with authenticated user identity.

multi-tenancy

Per-tenant audit trails for SaaS compliance.

postgres

PostgreSQL for durable audit log storage.