I am trying to understand how to use the AnyType debug(AnyType _expression_)
feature documented at https://htcondor.readthedocs.io/en/latest/misc-concepts/classad-mechanism.html.
I have added the following to a file in /etc/condor/config.d:
ALL_DEBUG = D_FULLDEBUG D_COMMAND
SCHED_DEBUG = D_FULLDEBUG
DString = debug(Requirements)
DString2 = debug("unimarker")
and
condor_config_val -schedd DString (and DString2) shows the expected results. Iâve submitted jobs and grepped the files in /var/log/condor for âunimarkerâ but am not getting any results.