Auditing events

Document Services provides an interface to capture events into an external logging system. The external system could be a simple file, a log file dedicated to logging events, a database, or complex application meant to consume log events. The custom auditing Service Provider can capture both server as well as client events.

To set up auditing of events:

  1. Implement the AuditProvider Interface

  2. Package the class as a DSC

  3. Enable external auditing

    • If you have any third-party dependency, you will have to package that as well in the DSC itself.

    • If the name of the DSC is changed or removed, you will need to restart the server.

    • Once the properties are set, you can redeploy your DSC for your changes to take effect (without having to restart the server)

// Ethnio survey code removed