I am using DRMAA python bindings (see here http://code.google.com/p/drmaa-python/) to manage distributed jobs via Condor on a cluster.
I cannot find a way to turn off the DEBUG messages that the code prints to the terminal.
For example:
DEBUG: Now waiting for... DEBUG: drmaa_join_files DEBUG: Join_files is set DEBUG: drmaa_block_email: 1
Any ideas?
thanks in advance