suppress boto logging for now for testing
This commit is contained in:
parent
a9c486ad47
commit
301c23a499
@ -1,3 +1,6 @@
|
||||
import logging
|
||||
logging.getLogger('boto').setLevel(logging.CRITICAL)
|
||||
|
||||
from .dynamodb import mock_dynamodb
|
||||
from .ec2 import mock_ec2
|
||||
from .s3 import mock_s3
|
||||
|
Loading…
Reference in New Issue
Block a user