Drop 'using %s as cwd' down to just debug level.
authorDiane Trout <diane@caltech.edu>
Thu, 5 Feb 2009 00:06:39 +0000 (00:06 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 5 Feb 2009 00:06:39 +0000 (00:06 +0000)
It was getting to annoying watching it scroll by constantly

htsworkflow/util/queuecommands.py

index 78728ae552f43a6172e6b6280c6f72d2442b32e1..0426fe68fa67cdfe8521b988a3e4b7f24f07fd7a 100644 (file)
@@ -48,7 +48,7 @@ class QueueCommands(object):
         (or have run out of jobs)
         """
         queue_log = logging.getLogger('queue')
-        queue_log.info('using %s as cwd' % (self.cwd,))
+        queue_log.debug('using %s as cwd' % (self.cwd,))
 
         while (len(self.to_run) > 0) and self.under_process_limit():
             queue_log.info('%d left to run', len(self.to_run))