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

Re: [HTCondor-users] sub-collector log location



That ought to work.

Have you looked into the environment of the child collectors to see if that environment variable is getting set?

Have you tried using 

  condor_config_val -collector -verbose COLLECTOR_LOG 

to see what value of COLLECTOR_LOG the child collectors are actually using?
 
With 8.6 and later you can use a localname override in your config file, like this:

COLLECTORxxx = $(COLLECTOR)
COLLECTORxxx.COLLECTOR_LOG = $(LOG)/xxx

I personally think this is clearer than using the environment override approach, but either should work.

-tj

-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Vladimir Brik
Sent: Tuesday, March 14, 2017 3:53 PM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] sub-collector log location

Hello.

I am setting up multi-tier collectors using https://htcondor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToConfigCollectors
and I would like to specify non-default log file locations for the sub-collectors. If I interpret the wiki correctly, I should be able to do something like

COLLECTORxxx = $(COLLECTOR)
COLLECTORxxx_ENVIRONMENT = "_CONDOR_COLLECTOR_LOG=$(LOG)/xxx"

but the _CONDOR_COLLECTOR_LOG variable seems to be ignored, and the sub-collector always writes log to $(LOG)/CollectorxxxLog

What am I doing wrong?


Thanks,

Vlad
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/