Hi!
I have some "Log Variable Values" actions which I only want to run when a certain log level (just a variable) is set. This is achieved with the "Execute Condition" (and works as expected). Additionally, I don't want to see the action in the log output - so I've set "Hide action from log". But unfortunately there is still something logged:
[Log Variable Values [Variables: XYZ]]
Execute Condition (VBScript)
Condition : LogLevel >= 3
Action Skipped because Condition evaluated to False
The project runs via FBCMD (with /tl switch) and the console output is captured.
How can I ensure that this actions only produce output if the condition applies?
Regards,
Chris
Hi Chris,
This appears to have been broken in a recent release. I am looking into a fix for this and will get back to you with a updated build soon.