Skip to main content

How to collect VERBOSE log messages from the browser’s console?

testRTC collect the console log of the browser. This is a great tool for debugging application specific issues. By default, we don’t collect the VERBOSE logs – these are just too… verbose. If you need to collect them, you can do so by invoking this...

If you need to collect them, you can do so by invoking this run option in your test: #probe-log-level:ALL

This will make sure all console log messages are being collected – including the VERBOSE ones.

Was this article helpful?

0 out of 0 found this helpful