Replies: 1 comment
-
We will release a new major version soon which changes they way audit logs are committed. We cannot say when due to lack of resources currently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Robert:
I am a fans of your audit logging plugin, we have used it start version 1.1.1 on grails 2.5.0, and it's helping us to log huge information to figure out the our system logic problems.
Because some reasons, we have to upgrade grails to version 4.0.11, but when we use the new version plugin(4.0.3), there are some strange behavior happens.
When a domain call save():
The embedded property whatever we change the value, the audit log not log the Update event for this property.
The associated property, we never change the value, the audit log always logs the Update event for this property, but the old value and new value in audit log entry are the same.
Beside these two kind of properties, other properties log Update normally.
We have no idea to figure out where the problem is.
Thanks for your help.
PS: We have set usePersistentDirtyPropertyValues=false, but the result still the same.
Rock
Beta Was this translation helpful? Give feedback.
All reactions