-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.0alpha1
-
Sprint 80 (Sep 2021), Sprint 81 (Oct 2021)
-
2
At the moment, we audit all the data that we write into DB - including the default values.
We have to always include default values into the query, because for bulk inserts the field count must always be the same for all rows.
For audit however, we could add the logic to exclude from the audit the entries that match the default DB values.
That would make audit substantially cleaner.
- part of
-
ZBXNEXT-6470 Make audit log complete and reliable
- READY TO DEVELOP