Exam MCIA - Level 1 All QuestionsBrowse all questions from this exam
Question 28

What aspect of logging is only possible for Mule applications deployed to customer-hosted Mule runtimes, but NOT for Mule applications deployed to CloudHub?

    Correct Answer: D

    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.

Discussion
Viv2005Option: D

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?

Pavan_NagineniOption: D

D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications

majda091983Option: D

it is D

elagacOption: C

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

Ak_2020Option: D

D is correct

madgeezerOption: D

D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications

AkanshaR91Option: D

D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications

rodriguescontOption: C

C is correct docs.Mulesoft.com/runtime-manager/sending-data-from-arm-to-external-analytics-software

MuleKOption: D

D. To directly reference one shared and customized log4j2.xml file from multiple Mule applications

GrumpOption: D

It should be D.