Skip to content

4.106.4 - Use application's logger in InMemory tester

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 22 Nov 14:24
· 27 commits to main since this release
fb619ab

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 the InMemory part of XCTApplicationTester, 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