From: Diane Trout Date: Thu, 5 Feb 2009 00:06:39 +0000 (+0000) Subject: Drop 'using %s as cwd' down to just debug level. X-Git-Tag: 0.2.0.1~28 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=f6b981342d9d2c9bd0aa31c2388f43895f76a3f1 Drop 'using %s as cwd' down to just debug level. It was getting to annoying watching it scroll by constantly --- diff --git a/htsworkflow/util/queuecommands.py b/htsworkflow/util/queuecommands.py index 78728ae..0426fe6 100644 --- a/htsworkflow/util/queuecommands.py +++ b/htsworkflow/util/queuecommands.py @@ -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))