mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Remove boto log disabling for raw
This commit is contained in:
parent
2096301e00
commit
75a058a6ec
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
from manifest import Manifest
|
from manifest import Manifest
|
||||||
import logging
|
|
||||||
from tasks import packages
|
from tasks import packages
|
||||||
from tasks import host
|
from tasks import host
|
||||||
from tasks import filesystem
|
from tasks import filesystem
|
||||||
|
@ -15,8 +14,7 @@ from common.tasks import cleanup
|
||||||
|
|
||||||
|
|
||||||
def initialize():
|
def initialize():
|
||||||
# Regardless of of loglevel, we don't want boto debug stuff, it's very noisy
|
pass
|
||||||
logging.getLogger('boto').setLevel(logging.INFO)
|
|
||||||
|
|
||||||
|
|
||||||
def tasks(tasklist, manifest):
|
def tasks(tasklist, manifest):
|
||||||
|
|
Loading…
Add table
Reference in a new issue