You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
Introduces LogRecordFactory class to which allows a Log Record to be built differently depending on mongolog version that host laravel application is running.
Introduces ContentProcessingStrategy as a Singleton to manage diverse content handlers
Implements StringContentHandler, ArrayContentHandler, and LogRecordContentHandler and register them with ContentProcessingStrategy singleton
Enhance test coverage for ContentProcessingStrategy & ScrubMessageTest
Updates Composer to upgrade to v3 mongolog for Illuminate\Contracts v10
Updates to Composer to sustain support for to v2 mongolog for Illuminate\Contracts v9
Exposes the regex repository through scrubber service to scrubber class.