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

StackOverflow https://stackoverflow.com/questions/15767593

  •  31-03-2022
  •  | 
  •  

문제

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!

도움이 되었습니까?

해결책 2

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.

다른 팁

You can also use our MT-Logging architecture with BAM where we store the above information such as record ip, date time and user. Please refer [1] on configuring Distributed MT-Logging with WSO2 BAM.

[1] - http://sparkletechthoughts.blogspot.com/2012/10/how-to-configure-mt-logging-with-wso2.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top