This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Logging Guide
Ayaz Maqbool edited this page Nov 25, 2018
·
9 revisions
The logs are
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..*..).
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
The configurations can be updated in the log4j.properties file and the configuration file can be found in the folder /ida/ida-ws/.
Developer Guide