logging.basicConfig should only be in top level scripts.
[htsworkflow.git] / gaworkflow / pipeline / configure_run.py
index 1db662cbad456e3806bfe42995b3c057b980d6a0..272d1ae3431ecff959ec05ec85de8fc7d8d32a0f 100644 (file)
@@ -13,12 +13,6 @@ from gaworkflow.pipeline.run_status import GARunStatus
 from pyinotify import WatchManager, ThreadedNotifier
 from pyinotify import EventsCodes, ProcessEvent
 
-logging.basicConfig(level=logging.DEBUG,
-                    format='%(asctime)s %(levelname)-8s %(message)s',
-                    datefmt='%a, %d %b %Y %H:%M:%S',
-                    filename='pipeline_main.log',
-                    filemode='w')
-
 class ConfigInfo:
   
   def __init__(self):