Difference between revisions of "QPR UI Audit Logging"
Jump to navigation
Jump to search
(307315) |
(No difference)
|
Revision as of 05:54, 19 September 2018
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.