Debug mode
The Webapp includes a debug-mode which outputs lot of information to the js-console in the browser.
This log can be used to debug issues and you may be requested by Rentouch to enable logging.
Activate debug mode
- Login to the Webapp
- On the top, you see "Settings". Click on it.
- On the bottom of the Settings-Screen you will find the check box next to the title "Debug mode". Check the box to enable it.
Deactivate debug mode
- Go to the settings panel as described in "Activate debug mode" above.
- Uncheck the box next to the title "Debug mode" to deactivate the debug mode.
How to access the logs in Chrome / How to open the js-console
- Click on the three-dots in the upper right corner in chrome
- Open: More Tools→Developer Tools.Â
- Select the "Console" tab
Configure logging
Display help
Type the following into the console to get an overview about the logging options:
help
How to change the log level
You can change the log level by entering the following command into the js-console:
logger.config("*:<log-level>")
Whereas <log-level> can be on of: trace, debug, warning, error.