Hi all,
Not sure I have the vocabulary right here, but I'm running condor jobs on a remote cluster using the python bindings. There are no condor daemons running on the local machine. I think the answer is no from looking at the python API, but is there any way to stream the job `log`, `output`, and `error` logs (e.g. the files created based on the fields in the Submit() class) from the remote schedd / submit node to the local node?
If not, a feature to add a method to fetch logfilesÂfrom a remote submit / schedd node using the python bindings would be helpful.
Thanks very much,
Gavin
P.S. it would also be nice if the requirement for the `initialdir` to exist on the local node could be toggled off, since AFAICT there's no need for it to exist when the condor daemons are all fully remote, but that's a minor issue