cc-4105: removed unused code. refactored logging a bit

This commit is contained in:
Rudi Grinberg 2012-08-14 12:29:37 -04:00
parent b22b9b9aa3
commit a2333309a7
3 changed files with 10 additions and 13 deletions

View file

@ -42,7 +42,7 @@ def main(global_config, api_client_config, log_config,
print(str(e))
#logging.config.fileConfig(log_config)
logging.config.fileConfig(log_config)
#need to wait for Python 2.7 for this..
#logging.captureWarnings(True)