moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 199 forks source link

Audit logs do not record deletion operations #635

Open daiagou opened 3 months ago

daiagou commented 3 months ago

When enable-audit-log is configured to true, both data creation and updates will be recorded in the audit log. When enable-audit-log is configured to update, only data updates will be recorded in the audit log. It seems that delete operations are not being logged. Why is that?