Skip to content

Commit 708905e

Browse files
authored
Merge pull request #81 from stax-labs/do-not-set-log-levels-for-other-lib
Don't set log level for other packages
2 parents 0ea560b + 2c21a1f commit 708905e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

staxapp/config.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
from staxapp.exceptions import ApiException
99

1010
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)
1511

1612

1713
class Config:

0 commit comments

Comments
 (0)