QPR ProcessAnalyzer Logs

From QPR ProcessAnalyzer Wiki
Revision as of 15:21, 18 February 2021 by Ollvihe (talk | contribs)
Jump to navigation Jump to search

QPR ProcessAnalyzer makes log of events and operations it is performing into several types of logs that can be used for monitoring, auditing, troubleshooting and many other purposes. QPR ProcessAnalyzer has the following logs:

  • Server log: Server log contains all operations performed by the QPR ProcessAnalyzer server. Location of the server log is configured to LogFilePath setting in the web.config file. More information about changing the server log settings.
  • Operation Log: logs all the operations performed by the QPR ProcessAnalyzer Server. Operations are both requests received by the server from using clients, or operations triggered internally by the server.

Logging works in the exclusive mode, where the log file is reserved for the entire time the process (that makes the logging) is running. Thus it's not possible to edit or delete log files when the process is running.

Security related log entries:

  • When specifying non-existing username, the following log entry is made: User is not found: XYZ
  • When specifying wrong password for an existing user, the following log entry is made: User password is invalid: XYZ
  • When trying to log in with an inactivated account, the following log entry is made: User account is invalid: XYZ