HTCondor Project List Archives



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

Re: [Condor-devel] How do I get D_ALWAYS messages to display?



> 
> I tried it with:
> 
> ALL_DEBUG = D_ALL
> TOOL_DEBUG = True

you actually want this:

in the condor_config:
  TOOL_DEBUG = D_ALL

and then run this:
  condor_status -debug


the logic is this:
  IF you give the -debug flag, THEN whatever is specified in TOOL_DEBUG
  is dumped to stderr.  otherwise, TOOL_DEBUG is not looked at.


cheers,
-zach