Z3d0X / filament-logger

Extensible activity logger for filament that works out-of-the-box.
MIT License
287 stars 42 forks source link

Missing saved old value when update a resource #85

Closed planetarquasar closed 11 months ago

planetarquasar commented 11 months ago

While testing the package functionalities, I noticed that the old values are missing when updating a resource. By this, I mean that in the spatie-activity log, when I update a resource, it saves the old values related to the new (changed) value. Is this feature missing from this package, or has it not been developed yet? I assume it might be a bug since this functionality is present in the base spatie activity log package.

Z3d0X commented 11 months ago

Hi it was an intentional choice to keep this very simple... You could disable the resource loggers and use the logging functionality provided by the base spatie-activity log

planetarquasar commented 11 months ago

Ah okay, thanks