Skip to main content

Interface: AuditLoggerConfig

Defined in: .source/wunderland/src/security/AuditLogger.ts:45

Audit logger configuration

Properties

logFilePath?

optional logFilePath?: string

Defined in: .source/wunderland/src/security/AuditLogger.ts:47

Path to log file (default: ~/.wunderland/security/violations.log)


maxRotatedFiles?

optional maxRotatedFiles?: number

Defined in: .source/wunderland/src/security/AuditLogger.ts:53

Max number of rotated log files to keep (default: 5)


rotationSize?

optional rotationSize?: number

Defined in: .source/wunderland/src/security/AuditLogger.ts:50

Max log file size in bytes before rotation (default: 10MB)