swift/test
Alistair Coles ffbf17e47c Fix duplicate prefix in exception logging
This patch fixes a bug in the Related-Change that causes a prefix to
be added twice at the start of an 'exception' log message.

Previously, PrefixLoggerAdapter.exception would forward to the wrapped
LogAdapter.exception, and not call back to
PrefixLoggerAdapter.process. The prefix therefore needed to be added
in both PrefixLoggerAdapter.exception and PrefixLoggerAdapter.process
(for other log level methods).

SwiftLogAdapter.exception *does* call back to SwiftLogAdapter.process,
and so since the Related-Change it is not necessary to add the prefix
in both the SwiftLogAdapter.exception and SwiftLogAdapter.process
methods.

Related-Change: I8988c0add6bb4a65cc8be38f0bf527f141aac48a
Change-Id: Ia6e1f007989b0ef455b8dca8155b386a3fd9e8e1
2024-11-18 18:06:55 +00:00
..
cors tests: Update CORS geckodriver 2024-03-14 20:45:47 -07:00
functional slo: add more functional tests for copying 2024-11-04 11:21:07 +00:00
probe Merge "probe tests: Set default timeout for subprocesses" 2024-11-15 02:37:19 +00:00
s3api s3api: Clean up some errors 2024-09-03 17:26:41 -07:00
unit Fix duplicate prefix in exception logging 2024-11-18 18:06:55 +00:00
__init__.py Clean up some cruft 2023-01-19 12:56:08 -08:00
debug_logger.py Remove PrefixLoggerAdapter and SwiftLoggerAdapter 2024-11-13 15:40:41 -05:00
sample.conf probe tests: Set default timeout for subprocesses 2024-11-14 10:32:33 -08:00