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).
Comments
Hung,
So you're saying that it's an all or nothing? We do want to publish some logs (e.g. listings) but not the gateway logs. With other translators, we can control what gets published but with the gateway, the publish isn't optional. That's a problem.
Also, what if I want to check both the 3rd checkbox (zip up logs on success) and the 2nd (publish logs on error)?
Hi Alex,
This setting controls all logs.
The 2nd box is for "Publish only when there is an error", and the 3rd box is for "Publish successful logs in a zip file". I assume you want a new option "Publish error logs in a zip file"?
Hung,
Publish error logs option would be good.. However, I also think that the option of whether to publish the gateway log should be a checkbox on the translator.