[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Standard Output and Standard Error for a POST Script



On Mon, 25 Aug 2014, Antonio Chay wrote:

I'm trying to debug some POST scripts (DAGMan POST Scripts). Is there
a way to get the STDOUT and STDERR output for a POST script?

Unfortunately at this point the answer is no. The only thing you can do is capture stdout and stderr within your own script (e.g., wrap your "real" script in another script that redirects stdout and stderr).

There's a feature request ticket for this:
https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=171,4
but it hasn't happened yet.

Kent Wenger
CHTC Team