I use grails audit plugin for logging any domain data change
I am doing simple test to test out this plugin. Inserting/Updating grails form. My update failed with data out of bound. That save was failed, but still auditLog recorded that data in the table. How do I prevent that.