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

[HTCondor-users] How to insert additional info into job's log file?



I want to give every job a tag string and use it later. So how can I know it of every job?

I can use +MyTag = ... in submit file, but I can not know it in job log file. I want to know every condor job's id and MyTag.

I know using condor_status -l can print all jobs classad, but in my program I want to use log file. Is it possible?

thanks.