Skip to content

Commit a516538

Browse files
committed
Turn down logging
1 parent 52b58e2 commit a516538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_tests/python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Configure logging
1313
logging.basicConfig(
14-
level=logging.DEBUG, format="%(asctime)s - %(levelname)s - %(message)s"
14+
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
1515
)
1616
logging.getLogger("aiobotocore").setLevel(logging.CRITICAL)
1717
logging.getLogger("boto3").setLevel(logging.CRITICAL)

0 commit comments

Comments
 (0)