I would like logs to be written to a single file for the current payload in my app, along with having a big log file for all the times my app flow is executed.
For instance is the payload unique identifier was xyz, for mule to create the file: /mule-dir/logs/xyz.log
I understand I can modify /mule-dir/conf/log4j.properties But I do not know how to write a pattern that would have access to Mule-specific variables.
Thanks,