cancel
Showing results for 
Search instead for 
Did you mean: 

MLP log, add iFlow endpoint

Koen_VL
Participant
0 Kudos

Hello,

In the log I would like to add which endpoint of the iFlow was started, as of log level Info.

any suggestion of how to do that?

Thanks

View Entire Topic
MortenWittrock
Active Contributor

Hi Koen

If you are asking how to add information to the MPL, please see this SAP Help Portal page.

If you want to get the path of the endpoint at runtime, you can use the CamelHttpPath header set by the HTTPS sender adapter. To use it, you must remember to explicitly allow that header in your iflow's runtime configuration.

This page contains a list of all the headers and properties set by the framework. Put "HTTPS Sender adapter" in the "Related Component" filter to see all the available headers.

Regards,

Morten