-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10-HF25, 9.2
-
Fix Version/s: 9.2
-
Component/s: Nuxeo Drive
-
Tags:
-
Impact type:API change
-
Upgrade notes:
-
Sprint:nxFG 9.2.4
-
Story Points:3
Since NXP-17234 all blob downloads are logged so Drive generates a lot of entries in the audit log for the 'download' event.
The reason is that every time 'GetChangeSummary' is invoked a blob is returned and since this blob download is also handled by the DownloadService, a 'download' event is being notified every 30 secs => we should not notify/log this event for these downloads (when all the event properties except the name are null anyway)