QPR UI Audit Logging

From Mea Wiki
Revision as of 05:54, 19 September 2018 by TeeHiet (talk | contribs) (307315)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Certain user actions in QPR UI are logged into the GlassFish log located in C:\Program Files\QPR Software Plc\QPR UI\Glassfish\glassfish\domains\domain1\logs\server.log.

The logged actions are:

  • Successful logins (using all authentication methods): the username is logged.
  • Unsuccessful login attempts (wrong username/password): the attempted username is logged.
  • View is opened: the view id of the opened view is logged.
  • View is created, saved, or deleted: the view id of the view in question is logged.
  • View is imported successfully: the view id of the imported view and the username of the user doing the import is logged.
  • View is imported unsuccessfully: the username of the user attempting the import is logged.