github vapor/vapor 4.106.4
4.106.4 - Use application's logger in InMemory tester

18 hours ago

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

Don't miss a new vapor release

NewReleases is sending notifications on new releases.