We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ea560b + 2c21a1f commit 708905eCopy full SHA for 708905e
1 file changed
staxapp/config.py
@@ -8,10 +8,6 @@
8
from staxapp.exceptions import ApiException
9
10
logging.getLogger().setLevel(logging.DEBUG)
11
-logging.getLogger("boto3").setLevel(logging.WARNING)
12
-logging.getLogger("botocore").setLevel(logging.WARNING)
13
-logging.getLogger("nose").setLevel(logging.WARNING)
14
-logging.getLogger("urllib3").setLevel(logging.WARNING)
15
16
17
class Config:
0 commit comments