When using Relations Managers and implementing them on the logger as per the documentation, the log only displays an 'Entry attached' messages, but doesn't show the related model fields:
How to reproduce the bug
I have an User model and a Permissions model. They are related many-to-many between them and a relation manager is used to attach/detach records.
I added the relation manager to the Logger configuration:
What happened?
When using Relations Managers and implementing them on the logger as per the documentation, the log only displays an 'Entry attached' messages, but doesn't show the related model fields:
How to reproduce the bug
I have an User model and a Permissions model. They are related many-to-many between them and a relation manager is used to attach/detach records.
I added the relation manager to the Logger configuration:
But only the 'Entry attached' is displayed in the log, not the fields.
Even on the DB, those fields are not saved:
I also have some extra columns in the pivot table that I would like to show here too, but those I don't even know how should be added.
Package Version
2.2.5
PHP Version
8.3.6
Laravel Version
11.5.0
Which operating systems does with happen with?
macOS
Notes
No response