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

Re: [HTCondor-users] ephemeral negotiator attributes



I found the answer here: https://htcondor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToDebugClassAdExpressions

 

debug() produces no output unless D_FULLDEBUG (at least) is enabled.

 

From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Jon Bernard
Sent: Monday, October 24, 2016 1:17 PM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] ephemeral negotiator attributes

 

I'm trying to debug a PREEMPTION_REQUIREMENTS _expression_. How do I find out what values the negotiator is using for the ephemeral attributes mentioned in 3.4.3?

Neither of these seems to log them:

NEGOTIATOR_DEBUG = D_ALL

PREEMPTION_REQUIREMENTS = debug(...)

Thanks,

Jon