remove explicit INFO level from basic_logging()

This commit is contained in:
Lance Edgar 2012-07-25 12:37:02 -07:00
parent 14c5132ecc
commit 0bf7d12413

View file

@ -83,7 +83,6 @@ def basic_logging():
'%(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s'))
root = logging.getLogger()
root.addHandler(handler)
root.setLevel(logging.INFO)
def get_uuid():