Files
swift/test/functional/s3api/__init__.py
Alistair Coles 60c0ab2ea0 Quiten boto logging in func tests
Some s3api functional tests were setting boto logging level to DEBUG,
which results in a very large amount of logging output from the test
runner, including large request bodies. This makes it extremely hard
to inspect test output.

This patch makes the quiet_boto_logging context manager revert the
logger level to its original value rather than indiscriminately
leaving it set to DEBUG.

Change-Id: I1dd9603adf9a19e89da5a461d3c6810a3432ae46
2024-09-20 15:59:04 +01:00

4.8 KiB