Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services
https://seldaek.github.io/monolog/
MIT License
20.95k stars 1.9k forks source link

Include extra in context in PsrHandler #1852

Closed snapshotpl closed 4 months ago

snapshotpl commented 10 months ago

Currently PsrHandler pass only context, but missing all extra data. This PR adds option to merge this two arrays and pass as context into psr logger.

Seldaek commented 4 months ago

Thanks