Remove boto log disabling for raw

This commit is contained in:
Anders Ingemann 2013-08-10 16:56:14 +02:00
parent 2096301e00
commit 75a058a6ec

View file

@ -1,5 +1,4 @@
from manifest import Manifest
import logging
from tasks import packages
from tasks import host
from tasks import filesystem
@ -15,8 +14,7 @@ from common.tasks import cleanup
def initialize():
# Regardless of of loglevel, we don't want boto debug stuff, it's very noisy
logging.getLogger('boto').setLevel(logging.INFO)
pass
def tasks(tasklist, manifest):