markhilton / monolog-mysql

Laravel 5 log to MySQL database
42 stars 19 forks source link

Allow long message and context strings #4

Closed ilumos closed 4 years ago

ilumos commented 6 years ago

Without this change, a message or a context longer than 65,535 characters would cause a memory leak, due to a QueryException being thrown and then attempted to be logged.