Analytics Log Settings
Logs from the Browser's Console
- Go to the DefaultModuleSettings.js file and scroll down to the
logLevel
parameter, around line 75. - 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.
- 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
- DO NOT modify DefaultModuleSettings.js, it is overwritten at upgrade time.
- Save and close all open files.
- View the logs in the browser’s console.
If you How to Clean Your Analytics Engine, use the logs for this operation.