What's Changed
Use application's logger in InMemory tester by @sidepelican in #3239
Usually, a copy of the application’s Logger is passed to the
Request
. However, for theInMemory
part ofXCTApplicationTester
, it seems the default Logger is used.
This PR fix the behavior so that the application’s Logger is used instead of the default one.
Reviewers
Thanks to the reviewers for their help:
This patch was released by @0xTim
Full Changelog: 4.106.3...4.106.4