Nexus maintains a structured audit log of all requests. By default, audit records are stored in the database. Configure forwarders to ship them to external systems.Documentation Index
Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Enable Audit Logging
Audit logging is always-on. Configure forwarders to send records externally:Query Audit Logs
Forwarder Types
File
Webhook / SIEM
PostgreSQL
Logging Pipeline
Enable request/response logging in addition to audit:Log Types
| Type | Variable | Default |
|---|---|---|
| Access logs | GATEWAY_LOGGING__TYPES__ACCESS | true |
| Audit logs | GATEWAY_LOGGING__TYPES__AUDIT | true |
| Error logs | GATEWAY_LOGGING__TYPES__ERROR | true |
| Security events | GATEWAY_LOGGING__TYPES__SECURITY | true |
| Policy events | GATEWAY_LOGGING__TYPES__POLICY | true |
| Health checks | GATEWAY_LOGGING__TYPES__HEALTH | true |
| Cache events | GATEWAY_LOGGING__TYPES__CACHE | false |
| Slow requests | GATEWAY_LOGGING__TYPES__SLOW_REQUEST | true |