The role of $gv_debug_status in a LEAP™ 5 Plugin
There are a few special variables in LEAP™ 5, one of which is $gv_debug_status.
$gv_debug_status is a boolean, configured in /LEAP/_config/leap5config.lasso
When set to false, it's completely silent.
When set to true it will allow the output of a huge quantity of potential valuable data to the Lasso 9 console. This data can be seen by tailing Lasso 9 in console mode using "env LASSO9_PRINT_FAILURES=1 lassoserver" in Terminal, or from the Lasso 9 Administration Log Book. It leverages log_critical and is quite verbose.
It is strongly suggested you do not run a production server with $gv_debug_status = true, as there will be a significant performance impact, plus your logs may increase dramatically in size.