You want to suppress the error stream entirely? or filter it as you show hereâ From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx]
On Behalf Of Duncan Meacher Hi, I was wondering if anyone knew of any way to suppress the output to the error (stderr) output log files, specified in the .sub file. At the moment we are using condor to run a gstreamer based job that is dealing with a few hundred streams
and so any warning that appears will be printed a large number of times. From recent runs we were reached error log files of ~100MBs within 10 minutes, and this job needs to be run continuously. When running from the command line we're able to to do some piping such as: $ command |& grep -v 'XLAL\|GSL\|Generic' Is there anyway of repeating this process with condor? Thanks, Duncan -- ========================== |