Rundeck get verbose output of command executing on node
- by Leon Stafford
I have Rundeck executing a remote script, which is in python is using print statements to return output normally such as:
$ python mytest.py
PASS: Condition 1 passed
PASS: Condition 2 passed
PASS: and so on...
When I run this via Rundeck, however, it doesn't show me the same print generated outputs as above. In Rundeck's most detailed Debug…