What aspect of logging is only possible for Mule applications deployed to customer-hosted Mule runtimes, but NOT for Mule applications deployed to CloudHub?
What aspect of logging is only possible for Mule applications deployed to customer-hosted Mule runtimes, but NOT for Mule applications deployed to CloudHub?
For Mule applications deployed to customer-hosted Mule runtimes, it is possible to directly reference one shared and customized log4j2.xml file from multiple Mule applications. This setup leverages local file system access, which allows multiple applications to share configuration files. On the other hand, Mule applications deployed to CloudHub do not have the same access to a common file system, making it impractical to share a single log4j2.xml file across multiple applications.
A - Log level (info to warn) can be changed without restarting in both on-prem and cloud using runtime manager> settings> logging. B - Custom log levels can be defined in log4j.xml so possible in both cloud and on-prem envs. C - Application logs can be redirected to Splunk for both Cloud and on-prem envs. D - I think it is not even possible on-prem to have a common log4j.xml configuration. Can anyone provide a reference on how to achieve this?
D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications
it is D
Logs and diagnostics are currently available only for applications deployed to CloudHub workers. For applications deployed to a local server, you can send data to external analytics software. See Export Data to External Analytics Tools. https://docs.mulesoft.com/cloudhub-1/viewing-log-data
D is correct
D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications
D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications
C is correct docs.Mulesoft.com/runtime-manager/sending-data-from-arm-to-external-analytics-software
D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications
It should be D.