Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Getting the output and error logs for an executing job
- Date: Thu, 6 Aug 2009 00:45:43 +0200
- From: Pascal Jermini <pascal+condor@xxxxxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Getting the output and error logs for an executing job
Hi,
> Is there a simple way of getting the output/error logs of an executing
> job? I have to get the current output of a long running job and I only
> found dedicated commands for getting machine log files.
you can tell Condor to stream the stdout and/or stderr to the submitting
machine, via the following two options in the submit file:
stream_output=True
stream_error=True
Hope this helps.
cheers,
Pascal