Files
Manoj Mahapatra b1162f5a75 fix: preserve provided loggingConfiguration in lambda runloop overloa… (#656)
…d function

<!--- Provide a general summary of your changes in the Title above -->

## Issue \#
<!--- If it fixes an issue, please link to the issue here -->
N/A

## Description of changes
<!--- Why is this change required? What problem does it solve? -->
The change fixes a regression in the
deprecated`Lambda.runLoop(runtimeClient:handler:loggingConfiguration:logger:)`
overload.

The overload was ignoring the caller-provided `loggingConfiguration` and
rebuilding a new one from `Logger`.

## New/existing dependencies impact assessment, if applicable
<!--- No new dependencies were added to this change. -->
<!--- If any dependency was added / modified / removed,
THIRD-PARTY-LICENSES must be updated accordingly. -->

## Conventional Commits
<!--- Please use conventional commits to let us know what kind of change
this is.-->
<!--- More info can be found here:
https://www.conventionalcommits.org/en/v1.0.0/-->

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
2026-03-01 20:37:56 +01:00
..