How would you debug Mule applications?
How would you debug Mule applications?
To debug Mule applications, you would use the logger component. Deploying apps on production is not a method for debugging and can be risky. Checking RAML is related to API specification, not debugging. Saying 'Cannot do it' is not accurate because debugging options are available in Mule applications.
No, this isn't how you would debug them. You debug them using the debugger.
you can't use debugger in production, right? you have to use logger then.
C - by process of elimination
Yes C is correct e.g. using Logger. Other options does not fit into this context
Logger