Skip to content

Commit

Permalink
Changed query processor log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stiegerb committed Mar 7, 2018
1 parent e57eaea commit ea63e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htcondor_es/queues.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def process_schedd_queue(starttime, schedd_ad, queue, args):
cpu_usage = cpu_usage_now - cpu_usage
processing_rate = count_since_last_report / cpu_usage
cpu_usage = cpu_usage_now
logging.info("Processor for %s has processed %d jobs "
logging.debug("Processor for %s has processed %d jobs "
"(%.1f jobs per CPU-second)",
schedd_ad['Name'], count, processing_rate)
count_since_last_report = 0
Expand Down

0 comments on commit ea63e31

Please sign in to comment.