auditor-bundle
auditor-bundle copied to clipboard
Is there a supported way to extend the audit entry to add new columns ?
Hello,
Reading the documentation I fail to see a way to add custom processor that would enrich the audit context. I would like to persist the Request context (URL etc.) or the command line context (Command line args and options) along the audit itself.
Ideally it could be an additional_context
column as json
where user land can stuff as much data as they want in it by providing a php array at some point in the auditing process.