Log level
Changing the dashboard log level
To change the log level for the frontend component, you can use the VizzlyDev.setLogLevel
function from the browser.
Supported log levels include `debug`, `info`, `warning`, `error`, `properties`.
For example, this is how you would set the log level to debug;
VizzlyDev.setLogLevel('debug');
The log level is persisted in the local storage of the browser, and therefore it will persist across page refreshes.