From f6b981342d9d2c9bd0aa31c2388f43895f76a3f1 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 5 Feb 2009 00:06:39 +0000 Subject: [PATCH] Drop 'using %s as cwd' down to just debug level. It was getting to annoying watching it scroll by constantly --- htsworkflow/util/queuecommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2