Analytics Log Settings

Logs from the Browser's Console

  1. Go to the  DefaultModuleSettings.js file and scroll down to the logLevel parameter, around line 75.



  2. Copy the logLevel parameter and value into your custom settings file such as ResultsCustomSettings.js in the "AnalyticsSettings" section (see below).
    For more about using custom settings files, see How to Use the UI Editor.


  3. Change the value of the logLevel parameter using the following log settings:
    • WARN (default): Site open/close information.
    • DEBUG MODE: Information about user’s action will be displayed in browser’s console.
    • INFO
    • ERROR
  4. DO NOT modify DefaultModuleSettings.js, it is overwritten at upgrade time. 
  5. Save and close all open files. 
  6. View the logs in the browser’s console.

If you How to Clean Your Analytics Engine, use the logs for this operation.