This MigratoryData add-on allows you to log various classes of events using the log4j framework such as:

  • Access events
  • Message events
  • Cache events
  • Stats events

The source code of the add-on is freely available on GitHub.

Enabling the add-on

This add-on is preinstalled in the MigratoryData server under the following folder, according to the package type used to install the MigratoryData server:

Location Package type
addons/audit-log4j Platform-independent tarball package
/usr/share/migratorydata/addons/audit-log4j RPM or DEB Linux package

Its default configuration is available under the following folder:

Location Package type
addons/audit-log4j Platform-independent tarball package
/etc/migratorydata/addons/audit-log4j RPM or DEB Linux package

The add-on is automatically enabled if at least one or more of the following parameters of the MigratoryData server are set on log4j:

If you modify the Log4j Audit add-on from the available source code, please refer to the README file of the source code to learn how to enable the modified add-on.