suppress boto logging for now for testing
This commit is contained in:
parent
a9c486ad47
commit
301c23a499
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue