I searched the Laravel docs and stack to see if this was mentioned and found no other mentions.
Is there a way to configure a Laravel application to suppress database warning messages like the attached from displaying?
This specific error shows that the spatie/laravel-activitylog app is logging a change that is getting truncated. The 'properties' field in question is of type: TEXT.
Putting a try/catch around the initial transaction (the edit itself) doesn't trap the error message.
Thoughts?
If any specific code snippets would be helpful, let me know and I'll update this post.