waza-ari / monolog-mysql

MySQL Handler for Monolog, which allows to store log messages to a MySQL Table
MIT License
141 stars 85 forks source link

Write 'extra' passed by Processors to db #6

Closed ghost closed 7 years ago

ghost commented 9 years ago

Default monolog processors pass their info in $record['extra'] not only $record['context'].

If you want them to be written to db to, merging them into context before write could be a way to go.

waza-ari commented 9 years ago

Sorry I did not had the time to look at your pull request in detail yet. I will check it tomorrow and get back to you. Thanks for contributing!

waza-ari commented 7 years ago

Merged. Thanks.