Log Mediator + WSO2 ESB
Join the DZone community and get the full member experience.
Join For FreeThis is used to log onto the server log file.
Logging to other log files is explained here
<log level="full" />If you want to log a message. Use the following.
<log level="custom"> <property name="test" value="testt ....." /> </log>
If you want to log a specific property ....
The above will log the request payload.<log level="custom"> <property name="Request Payload" expression="get-property('REQUEST_PAYLOAD')" /> </log>
Logging to other log files is explained here
Enterprise service bus
Mediator (software)
Published at DZone with permission of Achala Chathuranga Aponso, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments