cancel
Showing results for 
Search instead for 
Did you mean: 

can we customize Message Processing log(open text view) in HCI/CPI

anurag_sinha3
Participant
516

Hi,

Is it possible to customize the Message Processing log under open text view in CPI monitoring based on some input fields

mesage-processing-log.jpg

Accepted Solutions (1)

Accepted Solutions (1)

robsonchiarello
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Anurag,

No, currently it is not possible to customize logs.

Cheers.

Answers (1)

Answers (1)

former_member194481
Participant
0 Kudos

Hi Anurag,

As i have understood, Standard one we cannot customize. But we can do our own Message Processing logs in sap cpi.

def messageLog = messageLogFactory.getMessageLog(message);
messageLog.setStringProperty("Logging#1", "Printing Payload As Attachment")
anurag_sinha3
Participant
0 Kudos

we are already using this functionality but the problem is that clinet has asked to remove the logs from Iflow because messages are taking more time to process , data base increasng and also some time we get timeout error .

Also we have to change log level from debug to info .there is only field by which we can get the whole messages and for that we want to add in standard Message Processing log.

Also this info log level will not work if the message is successful .. It works only when the message is in error .