Understanding the Scenario Events Logs

Activating these logs will allow record Scenario Events that can be displayed through the Scenario Timeline widget. The recorded Scenario Event will store for each modification the query used, the author and a summary of modified tables and rows.

services:
  data:
    log-changes:
      scenario-events:
        enabled: true              # When set to true a scenario event is stored on every time a user perform scenario data modifications
        anonymous: true            # When set to true the scenario event will not record details of the user who perform the changes