Page 1 of 1

Enable debug

Posted: Wed Jan 29, 2020 2:18 pm
by alabamatoy
Within the control scripts, there are debug statements:

Code: Select all

Debug('Some text or variable string value');
Attempts to enable this debugging output by turning on debugging in the logging options and setting the "LOG_DEBUG_TARGET" value to the control script name with prepended underscore and no file extension (per the help offered for this value in options dialog) produces no debug output....or at least I cannot find it in amongst all the ZM logs. I forced the output by changing the "Debug" to "Error" so I know that the debug statements are executed, but...wellll, that's stupid.

Within a given control script, how is debug enabled? Are the instructions incorrect or did I somehow fubar the config?