mirror of
https://github.com/SigNoz/signoz.git
synced 2026-05-13 11:30:05 -05:00
a2b4a685ad
* feat(auditor): add file provider for audit logs * feat(auditor): write payload + newline in a single syscall Combine the JSON payload and trailing newline into one Write call so a concurrent reader can never observe a torn JSON object — they see either the full line or nothing. * style(auditor): drop wrapping at file-provider export and obvious doc comments