Enable/DISABLE Logging In Mule 4 In this tutorial we will demonstrate how can we enable/disable the logging in mule 4, logging will help to debug and monitor your application by logging the important message and the error logs, mule logs the message asynchronously which is useful to enhance the performance Supported Log Levels: DEBUG…
Read MoreLog Inside Dataweave Use log function to help with debugging DataWeave scripts. A Mule app outputs the results through the DefaultLoggingService, which you can see in the Studio console. Let’s see how we can log inside the dataweave. I have used the below dataweave expression to log the message from inside the Dataweave Transformation…
Read More