I'm not actually getting a failure, but I want to see that the value of a parameter I set up in the workflow is being set correctly where it is used. In this case I'd like to parameterize the Kinesis stream I'll be polling from, so I'd like to pass that as a job run parameter and have it used within the pipeline. I'd like to be able to view that or have logging in general so I can view variables etc. Logging to info or even error does not seem to come out anywhere and print statements don't seem to display anywhere either, so I'm kind of confused as to how I can put in some kind of logging that I can view somewhere.