
Delegate365 changelog version 4.4-auditing changes
With Delegate365 version 4.4 we changed the auditing format in the portal. Auditing works in the same way as before and logs all operations, but the way how data is stored and handled has been changed. Read the details here. Why did we change the storage format? Well, we have customers with many users and objects in Office365. Since Delegates executes automatic sync operation multiple times a day Delegate can gather a lot of (changed) data each time. So we had instances of D365 running where the auditing log was some million lines long. With the logging the D365 SQL database grew immeasurably and the auditing log took a long time to open (or download) the list in the D365 portal. In some cases the auditing log could not be opened since the data fetching from the database took too long. So we needed to change that. The new logging saves data to an CSV file instead to the SQL database on a monthly basis. By outsourcing logging the D365 database stays small and performant while D365 can make use of simply appending lines to the logfiles. ...







