mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
ec2: Silence both boto & boto3 during bootstrapping
This commit is contained in:
parent
7a845fcd81
commit
b451c81348
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class SilenceBotoDebug(Task):
|
||||||
# Regardless of of loglevel, we don't want boto debug stuff, it's very noisy
|
# Regardless of of loglevel, we don't want boto debug stuff, it's very noisy
|
||||||
import logging
|
import logging
|
||||||
logging.getLogger('boto').setLevel(logging.INFO)
|
logging.getLogger('boto').setLevel(logging.INFO)
|
||||||
|
logging.getLogger('boto3').setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|
||||||
class GetCredentials(Task):
|
class GetCredentials(Task):
|
||||||
|
|
Loading…
Add table
Reference in a new issue