Mule: How to print the file name in logger? -


i want print mule configuration file name, in logger in flow, how can it?

suppose configuration file name in test.xml, inside flow having logger, prints test.xml, how can this?

<flow name="filenameflow">     <http:listener config-ref="http_listener_configuration" path="/hello" doc:name="http"/>     <logger message="#[app.name.tostring()]" level="info" doc:name="logger"/> </flow> 

[name.flow] not correct one.

you should go #[flow.name] correct form. don't mislead answers.

thanks,


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -