Search code examples
loggingwso2wso2-data-services-server

WSO2 Data Service - Is there any mechanism to record the IP from who called a operation?


We need to record ip, date time and user that did any operation in our system to log. Is there one easy/fast way to do it?

Thank you very much!


Solution

  • You can write a custom logging module according to your need and deploy that in wso2dss server. Here is a reference on how to write your custom logging module. Basically, you van pick the above mentioned information at axis2 level and do logging.