on 2019 Jul 17 11:51 AM
Hi,
Is it possible to customize the Message Processing log under open text view in CPI monitoring based on some input fields
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Anurag,
No, currently it is not possible to customize logs.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 .
User | Count |
---|---|
77 | |
29 | |
9 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.