What is the use of audit logs in the Recent errors tab in vLog?

What is the use of audit logs in the Recent errors tab in vLog?

3 Likes

In the vLog module, this section displays the list of audit logs. The audit logs briefly display the error details related to an API call. The error details include the following:

Column Description
System Name It displays the service’s name.
API Name It displays the controller’s name. When the client application invokes an API, it posts the request to the related controller. Vahana cloud-based application environment is implemented by using the sprint-based MVC (model-view-controller) architecture.
Request Time It displays the date and time at which the client application invokes the API.
User It displays the user ID of a user who logged on to the application.
Exception Name It displays the name of an exception. The application code raises an exception as a result of an error.
Error Code It displays the status code of the API’s response.

If you click a specific record in the audit log’s list, the dashboard displays the broad-level error details. These error details include the following:

  • Code-level error that the application raises during the runtime execution
  • Stack trace that allows you to fix the code without accessing the backend layer
3 Likes