MuleSoft Certified Integration Architect – Level 1 — Question 33
What aspect of logging is only possible for Mule applications deployed to customer-hosted Mule runtimes, but NOT for Mule applications deployed to CloudHub?
Answer options
- A. To change log4j2 log levels in Anypoint Runtime Manager without having to restart the Mule application
- B. To log certain messages to a custom log category
- C. To send Mule application log entries to Splunk
- D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications
Correct answer: D
Explanation
The correct answer is D because customer-hosted Mule runtimes allow for shared configuration files, enabling multiple applications to reference one log4j2.xml file. Options A, B, and C are features that can also be utilized on CloudHub, making them not exclusive to customer-hosted environments.