Dynamically Change Mule Application Logging Level at Runtime
Introduction
In many situations, we need to change the logging level from WARN to DEBUG and then change it back to WARN after a period of time. There are few ways to do so. Many inexperienced developers will change log4j2.xml file. For instance, if we want to log all the requests and responses for all HTTP Listener, we can change the log4j2.xml by adding the following lines:
This approach works, but it is often very changing if not impossible. To change code in the production environment should be considered a last resort. There are other ways such as command line or using web services.
However, all the above-mentioned approaches require more effort than the JMX approach, which is the simplest way in my humble opinion. This article will demonstrate how we can achieve this. https://goo.gl/CiFSya #DataIntegration #ML
My Moving Towards a Modern API Lifecycle From POST/CON 2018
#ICYMI: I gave a talk early in June at POST/CON 2018 in San Francisco. The conference was a great mix of discussions reflecting the Postman community. You can find all the talks on Google, including mine about moving towards a modern API lifecycle.
You can find all the stop along what I consider to be a modern API lifecycle on the home page of API Evangelist, with links to any of my research, services, tooling, and other storytelling I’ve done in each area. https://goo.gl/cMEsMW #DataIntegration #ML
China Mobile, Intel and Huawei Complete 5G NR IODT
#ICYDK: #Technology China Mobile (CMCC), Intel and Huawei announced that the three parties completed 5G interoperability and development testing (IODT) in compliance with the latest 3GPP Release15 Standard. http://bit.ly/2NwbhVZ #Huawei #BigData #AI
