Configure Audit Logging for MATRIXX Backoffice Customer Tool

By default, audit logging is disabled for MATRIXX Backoffice Customer Tool. To enable logging, set mtx.audit.enabled to true. Configure audit logging using the application-default.yaml configuration file.

Procedure

  1. Open the application-default.yaml file located at /opt/mtx/conf/webapps/matrixxbct/classes/config/. If the file and directory do not exist, create them and add the following as the default configuration:
    mtx:
      audit:
        filter:
          default: true
        enabled: false
        log:
          request: true
          response: true
          permethod: true
        prefixes: /matrixxbct/api/,/matrixxbct/services/
  2. Set mtx.audit.enabled to true to enable MATRIXX Backoffice Customer Tool audit logging.
  3. Save the file.
  4. Enter the following command to restart MATRIXX Backoffice Customer Tool:
    systemctl restart mtx_matrixxbct