Debug logging during workflow script
Is there a mechanism during workflow scripting where I can use the log level to control when they show?
I currently use System.out.println statements to get messages written in the logs while debugging new workflow behavior, and then rip it out when it's done and ready for production release. I would rather leave it in and turn it on or off with log levels. What's the mechanism I should use?

