Does Mulesoft have a sort of change log during deployment to point out what specific part of the app configuration/s are updated? It'll be useful for the Operations or System Admin team.
2 answers
Hi Elva,
Your mule application is having log4j2.xml which if we configure appropriately providing your own category and level settings then you can change the logs during deployment.
log4j2.xml have moniter.interval attribute which will monitor the changes on the deployed application log4j.xml. So if you make any change during runtime also the log changes will reflect.
On top of this wrapper.conf file has log setting which might help you in certain scenarios.
Regards
Arun