You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should offer a configuration UI and ability to output audit log events to a configurable JDBC datasource. Determine whether it would be better to offer a sort of mapping UI to the user to configure which tables and columns get mapped to what log message properties or if it would be easier to predefine a table layout using something like Liquibase.
A mechanism for choosing a JDBC driver will also need to be provided. Postgres can easily be bundled, but other drivers tend to have licensing issues to investigate.
The text was updated successfully, but these errors were encountered:
This should offer a configuration UI and ability to output audit log events to a configurable JDBC datasource. Determine whether it would be better to offer a sort of mapping UI to the user to configure which tables and columns get mapped to what log message properties or if it would be easier to predefine a table layout using something like Liquibase.
A mechanism for choosing a JDBC driver will also need to be provided. Postgres can easily be bundled, but other drivers tend to have licensing issues to investigate.
The text was updated successfully, but these errors were encountered: