Add configuration to save log in different table for specific eloquent/process #1223
Unanswered
adiramardiani
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This activity log is really help full, but the application grow and size in activity log table is larger and larger, currently the performance for showing activity log is really slow.
My programming is bad, and can't contribute for code, but my idea is to save log for each table eloquent
For example
users
user_activity_logs //to save history for users table
if can't config, the plugin just automatically search table with this format
[model name single, not plural]_activity_logs //follow plugin config table
Beta Was this translation helpful? Give feedback.
All reactions