cancel
Showing results for 
Search instead for 
Did you mean: 

how to set CPI Log Configuration to trace on for a single Iflow for only one scheduled run only

RaviRIyer
Explorer
0 Kudos
89

I have a scheduled run at 6 am for a single interface that i want to have log configuration set to Trace, it will automatically default to info by the SAP Internal jobs, how do i enable this from code/configuration for ONLY this run. 

Accepted Solutions (0)

Answers (1)

Answers (1)

MAVR
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @RaviRIyer 
There are two ways to enable the log level "TRACE"

  1. Manually from the Monitor > Integration Artifacts > Log Level
  2. Internal APIs https://{your-tenant-url}/Operations/com.sap.it.op.tmn.commands.dashboard.webui.IntegrationComponentSetMplLogLevelCommand
    HTTP POST

{"artifactSymbolicName":"IFLOW-NAME-HERE","mplLogLevel":"TRACE","nodeType":"IFLMAP"}

Note: Internal API's are not under contract support.

Please note that the TRACE level will only be enabled for 10 minutes and will not be available after 60 minutes.

You should be able to do it through automation or manually.

I hope this helps.

Best regards 🖖🏻
Ricardo