Use a logger initialized to the module name much more consistently.
authorDiane Trout <diane@caltech.edu>
Fri, 4 Nov 2011 23:05:26 +0000 (16:05 -0700)
committerDiane Trout <diane@caltech.edu>
Fri, 4 Nov 2011 23:05:26 +0000 (16:05 -0700)
commit61ce2870651f2f3d7d63d3f7efce2d4bd84cc92f
tree34c349b118dec07f50e3ea34714ff82ed6527d87
parent1229090770ef90ab12ca4d20a2678532d7e9f289
Use a logger initialized to the module name much more consistently.
e.g. LOGGER = logging.getLogger(__name__)
(Used uppercase since LOGGER ends up being a module level variable)
30 files changed:
extra/ucsc_encode_submission/encode_find.py
extra/ucsc_encode_submission/ucsc_gather.py
htsworkflow/automation/copier.py
htsworkflow/automation/runner.py
htsworkflow/automation/spoolwatcher.py
htsworkflow/frontend/inventory/models.py
htsworkflow/frontend/samples/views.py
htsworkflow/pipelines/bustard.py
htsworkflow/pipelines/configure_run.py
htsworkflow/pipelines/eland.py
htsworkflow/pipelines/firecrest.py
htsworkflow/pipelines/genome_mapper.py
htsworkflow/pipelines/gerald.py
htsworkflow/pipelines/ipar.py
htsworkflow/pipelines/retrieve_config.py
htsworkflow/pipelines/runfolder.py
htsworkflow/pipelines/sequences.py
htsworkflow/pipelines/srf.py
htsworkflow/pipelines/srf2fastq.py
htsworkflow/pipelines/summary.py
htsworkflow/submission/condorfastq.py
htsworkflow/submission/daf.py
htsworkflow/util/api.py
htsworkflow/util/queuecommands.py
htsworkflow/util/test/test_queuecommands.py
htsworkflow/version.py
scripts/htsw-gerald2bed
scripts/htsw-runfolder
scripts/htsw-update-archive
scripts/rerun_eland.py