Question: In my case, I’m doing a migration from Mule 3 to Mule 4. I want to store the current date and message id in mule 4 variables. Date formate is current date in “yyyyMMddHHmmssSSS” Message_id is date ++ (random ...
Question: I wonder if there is a way to access the current logging level of a connector in Mule 4. e.g., I have configured an Logger: Is there a way to get the level configured for it? Answer: You are ...