1. SAP Help Portal
SAP Integration Suite Documentation: "Setting the Log Level"
Section: Monitoring Message Processing
Content: The documentation explicitly states: "To be able to view the message content at the single message processing steps
set the log level to Trace. The trace is kept for a certain time period (10 minutes) and is then automatically deleted." This directly confirms that Trace is the required level for examining the payload at specific steps.
2. SAP Help Portal
SAP Integration Suite Documentation: "Monitor Message Processing"
Section: Log Levels
Content: This section details the different log levels available. It describes Trace as the most verbose level
which includes the message content (payload and headers) at different points in the integration flow
making it suitable for in-depth debugging. It contrasts this with Debug
which offers detailed logs without the message content
and Info and Error
which are less detailed.