audit4j / audit4j-core

An open source auditing framework.
http://audit4j.org
Apache License 2.0
126 stars 76 forks source link

audit4j - User defined columns in table #45

Open gaurav1264 opened 8 years ago

gaurav1264 commented 8 years ago

I am using audit4j to audit my spring based web application. Can we create custom column in audit table?

Let say I want to store the employee id and its name along with the audit records in emp_id and emp_name column with actor, timestamp etc.

Do we have support in audit4j to achieve above scenario or workaround?

janithb commented 8 years ago

@gaurav1264 Currently this is not supported in current implementations of audit4j. But tweaking Audit4j-DB module this can be achieved.

richakhurana19 commented 7 years ago

I also need this feature for adding multiple columns of interest to log as audit records