fermitools / jobsub_lite

jobsub_lite is a wrapper for HTCondor job submission
Apache License 2.0
1 stars 7 forks source link

Add a trace for jobsub_cmd commands #538

Open shreyb opened 6 months ago

shreyb commented 6 months ago

When a user runs "jobsub_q", we get a great trace, all the way until the actual condor_q is run. This happens here:

https://github.com/fermitools/jobsub_lite/blob/e8a0245f620b84781a86cc775fab1fdbfb4c3ddc/bin/jobsub_cmd#L267

It would be nice to get a trace there too so we can determine if there's an issue with condor_* commands.