Trace log file in WSO2 ESB

前提是你 提交于 2020-01-02 06:52:27

问题


In WSO2 ESB, What does it show exactly the wso2-esb-trace.log file?, When might it be useful?

And, What the different with other typical logs files in WSO2 ESB? For example, with wso2-esb-service.log or wso2-esb-error.log


回答1:


It offers you a way to monitor a mediation execution : go to the web console, enable tracing on a sequence or a proxy service, execute this mediation (send a message to the proxy for exemple) and look at "mediation tracer" or edit wso2-esb-trace.log to gain details about it's execution (mediatiors that have been called, evaluation of xpath expressions, ...)



来源:https://stackoverflow.com/questions/31936119/trace-log-file-in-wso2-esb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!