Jump to: navigation, search

Browser Console Debug Logging for the Advisors User Interfaces

Starting with Pulse Advisors release 9.0, you can enable and disable the browser console debug logging for the Advisors user interfaces. The debug logging is disabled by default. You can enable the console debug logging for the UI by appending the ?adv.debug.on=true parameter to the URL. For example:

http://yourdomain.com/adv/contactcenter?adv.debug.on=true

The debug mode is saved in the application cookie on the browser as adv.debug.on=true. Therefore, omitting the query parameter from the URL after you have enabled debug logging will not affect the debug mode while you navigate to other modules in the application. The only way to disable the debug mode is to turn it off, which you do by appending the ?adv.debug.off=true parameter to the URL. For example:

http://yourdomain.com/adv/contactcenter?adv.debug.off=true

When you disable the debug mode, the debug mode cookie is deleted.

This page was last edited on October 4, 2018, at 17:48.
Comments or questions about this documentation? Contact us for support!