cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add more details to the Properties section on logging in sap CPI?

sachin999940
Participant
0 Kudos

Hello

I am new to CPI I have a requirement to some more data the properties section in Logging. Below is the screen shot of what I am getting



Below is what I want



Kindly help me on this
Thanks and Regards
Sachin Kumar Singh

Accepted Solutions (1)

Accepted Solutions (1)

inesa
Advisor
Advisor

The additional properties in your "what I want" image are read from message headers. If not provided with the original message, you can set these within the integration flow using a Content Modifier or a Script step.

In Headers and Exchange Properties Provided by the Integration Framework you can find the respective headers by filtering the Description column for the term monitor.

These properties are displayed in the monitor only in case they are not empty. You can also search message processing logs based on the values of these properties (see Monitor Message Processing).

sachin999940
Participant
0 Kudos

Thanks inesa
This is what I was looking for

Thanks and Regards
Sachin Kumar Singh

Answers (2)

Answers (2)

Willem_Pardaens
Product and Topic Expert
Product and Topic Expert

Hi,

You can use a Groovy Script step to write custom Properties, Attachments, Documents or Headers to the Message Processing Log. The documentation on how to do it is here: https://help.sap.com/docs/integration-suite/sap-integration-suite/add-information-to-message-process...

CarlosRoggan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

have you tried adjusting the Log Config?
This is done at "manage integration Content" -> select your iFlow, change log level, then restart