vikunja/pkg/audit
kolaente 8af56a8303 fix(audit): handle reopen failure after a failed rotation
If both the rename and the reopen fail, logFile stayed nil while
initialized was still true, panicking on the next write. Propagate the
reopen error and retry the open on the next write so it self-heals.
2026-06-12 10:36:11 +02:00
..
audit_test.go refactor(events): pass context to DispatchPending directly 2026-06-12 10:34:57 +02:00
entry.go refactor(audit): move package docs into entry.go 2026-06-12 10:36:11 +02:00
listener.go feat(audit): add audit logging package 2026-06-12 10:34:57 +02:00
writer.go fix(audit): handle reopen failure after a failed rotation 2026-06-12 10:36:11 +02:00