Enable debug

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
alabamatoy
Posts: 349
Joined: Sun Jun 05, 2016 2:53 pm

Enable debug

Post 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?
Post Reply