Skip to content

Commit 464250b

Browse files
authored
Add logging support for multiple trace levels
1 parent 06ac88a commit 464250b

File tree

1 file changed

+12
-2
lines changed
  • articles/logic-apps/connectors

1 file changed

+12
-2
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: daviburg
77
ms.author: daviburg
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 02/10/2024
10+
ms.date: 04/18/2024
1111
---
1212

1313
# Connect to SAP from workflows in Azure Logic Apps
@@ -1082,7 +1082,7 @@ See the steps for [SAP logging for Consumption logic apps in multitenant workflo
10821082

10831083
---
10841084

1085-
## Enable SAP client library (NCo) logging and tracing (Built-in connector only)
1085+
## Enable SAP client library (NCo) logging and tracing (built-in connector only)
10861086

10871087
When you have to investigate any problems with this component, you can set up custom text file-based NCo tracing, which SAP or Microsoft support might request from you. By default, this capability is disabled because enabling this trace might negatively affect performance and quickly consume the application host's storage space.
10881088

@@ -1097,6 +1097,16 @@ You can control this tracing capability at the application level by adding the f
10971097
* **SAP_RFC_TRACE_DIRECTORY**: The directory where to store the NCo trace files, for example, **C:\home\LogFiles\NCo**.
10981098

10991099
* **SAP_RFC_TRACE_LEVEL**: The NCo trace level with **Level4** as the suggested value for typical verbose logging. SAP or Microsoft support might request that you set a [different trace level](#trace-levels).
1100+
1101+
> [!NOTE]
1102+
>
1103+
> For Standard logic app workflows that use runtime version 1.69.0 or later, you can enable
1104+
> logging for multiple trace levels by separating each trace level with a comma (**,**).
1105+
>
1106+
> To find your workflow's runtime version, follow these steps:
1107+
>
1108+
> 1. In the Azure portal, on your workflow menu, select **Overview**.
1109+
> 2. In the **Essentials** section, find the **Runtime Version** property.
11001110

11011111
* **SAP_CPIC_TRACE_LEVEL**: The Common Programming Interface for Communication (CPI-C) trace level with **Verbose** as the suggested value for typical verbose logging. SAP or Microsoft support might request that you set a [different trace level](#trace-levels).
11021112

0 commit comments

Comments
 (0)