Is there a way to suppress the ISPFGateway.log publishing in z/OS Dependency builds?
It appears that every time we use a Translator that calls a Rexx exec the build result gets an ISPFGateway.log attached to it for that step. I can see how this may be useful when you have debugging turned on but there should be a way to run the build without these logs being attached to the build result. What's the magic incantation (if any) to suppress these logs?
One answer
Hi Alex,
There are 2 options in the "Output Publishing" tab:
_ Publish job output log
_ Publish only when an error occurred
The first option disabled all log publishing even there is an error. The second option publishes the log only when there is an error (It's only enabled if the first option is selected).
There are 2 options in the "Output Publishing" tab:
_ Publish job output log
_ Publish only when an error occurred
The first option disabled all log publishing even there is an error. The second option publishes the log only when there is an error (It's only enabled if the first option is selected).