Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Logging Guide

Ayaz Maqbool edited this page Nov 25, 2018 · 9 revisions

IDA Logging Guide

How are the logs being created?

The logs are

Which things are currently being logged?

At the moment, the logging has been done for the following type of methods:

  • Logging the Request to the controller methods of Message Rest Controller (as in upb.ida.rest.MessageRestController).
  • Logging the Response by the controller methods of Message Rest Controller (as in upb.ida.rest.MessageRestController).
  • Logging of Exceptions thrown by any of the methods of Ida. (as in upb.ida..*..).

Where can log files be found?

The logs can be found in the folder:

/ida/ida-ws/

And the log files are:

  • ida-ws-dataset-response.log
  • ida-ws-exceptions.log
  • ida-ws-requests_responses.log

How to add/update custom configuration?

The configurations can be updated in the log4j.properties file and the configuration file can be found in the folder /ida/ida-ws/.

Clone this wiki locally