logging.basicConfig should only be in top level scripts.
authorDiane Trout <diane@caltech.edu>
Tue, 13 May 2008 16:17:11 +0000 (16:17 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 13 May 2008 16:17:11 +0000 (16:17 +0000)
commit6ec0efdbaa3ad09896c7fcc38c34f04a2bf56b80
tree5cda25fdaff91845f2249dd4901a451ab5526a92
parent8ebc08c518d47bdbab9c89b073fe66bc8a0b1f91
logging.basicConfig should only be in top level scripts.
using basicConfig in a module causes problems because it's likely
to override the users logging.basicConfig. (from some other
top level script that's using logging correctly)
gaworkflow/pipeline/configure_run.py
scripts/configure_pipeline