Difference between revisions of "QPR UI Audit Logging"
Jump to navigation
Jump to search
(307315) |
|||
Line 1: | Line 1: | ||
− | + | Several user actions in QPR UI are logged into the GlassFish log located by default in C:\Program Files\QPR Software Plc\QPR UI\Glassfish\glassfish\domains\domain1\logs\server.log. | |
The logged actions are: | The logged actions are: | ||
Line 5: | Line 5: | ||
* Unsuccessful login attempts (wrong username/password): the attempted 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 opened: the view id of the opened view is logged. | ||
− | * View is created, saved | + | * View is created, saved or deleted: the view id of the view in question is logged. |
− | * View is imported | + | * View is imported: the view id of the imported view and the username of the user doing the import is logged. |
− | * View | + | * View import fails: the username of the user attempting the import is logged. |
[[Category: QPR UI]] | [[Category: QPR UI]] |
Latest revision as of 08:09, 21 November 2018
Several user actions in QPR UI are logged into the GlassFish log located by default 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: the view id of the imported view and the username of the user doing the import is logged.
- View import fails: the username of the user attempting the import is logged.