Changing log level of MuleSoft applications at runtime || mulesoft tutorials || log4j2 with mulesoft
ฝัง
- เผยแพร่เมื่อ 5 ก.พ. 2025
- #mulesoft #mule4 #log4j2 #jmx #mulesofttutorial #mulesofttraining #logging
This video helps in changing MuleSoft log levels dynamically for debugging purpose mostly.
Command to restrict jmx.remote.password file:
cacls jmxremote.password /P {system user}:R
Code to Enable JMX for Mule Runtime in wrapper.conf file
wrapper.java.additional.18=-Dcom.sun.management.jmxremote
wrapper.java.additional.18=-Dcom.sun.management.jmxremote=true
wrapper.java.additional.19=-Dcom.sun.management.jmxremote.port=1099
wrapper.java.additional.20=-Dcom.sun.management.jmxremote.access.file=%MULE_HOME%/conf/jmxremote.access
wrapper.java.additional.21=-Dcom.sun.management.jmxremote.password.file=%MULE_HOME%/conf/jmxremote.password
wrapper.java.additional.22=-Dcom.sun.management.jmxremote.authenticate=true
wrapper.java.additional.23=-Dcom.sun.management.jmxremote.ssl=false
It is inspirative perfect real demo about an usage to change dynamically LOG level, thanks for it !
Nice.
Thank you! Cheers!
how can i change it from postman?