Skip to content

feat(audit): clean up audit_rotate message

Dmitry Rodionov requested to merge dkr/audit-rotation into master

Summary

  • feat(audit): clean up audit_rotate message

Previously it didnt contain title and severity because the event is emitted on tarantool side. As a dirty hack match the message and insert relevant fields.

Close https://git.picodata.io/picodata/picodata/picodata/-/issues/437

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here

Merge request reports