Skip to content

Commit 984e3f0

Browse files
Siddharthecfan
andauthored
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent a111976 commit 984e3f0

File tree

1 file changed

+6
-3
lines changed
  • articles/logic-apps/connectors

1 file changed

+6
-3
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,19 +1170,22 @@ You can control this tracing capability at the application level by adding the f
11701170
> If you download a log or trace file that your logic app workflow opened
11711171
> and is currently in use, your download might result in an empty file.
11721172

1173-
## Enable SAP CCL (Common Crypto Library) logging (built-in connector only)
1173+
## Enable SAP Common Crypto Library (CCL) logging (built-in connector only)
11741174

11751175
If you have to investigate any problems with the crypto library while using PSE authentication, you can set up custom text file-based CCL logging, 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.
11761176

11771177
You can control this logging capability at the application level by adding the following settings:
1178+
11781179
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
11791180

11801181
1. On Standard logic app resource menu, under **Development Tools**, select **Advanced Tools** > **Go**.
11811182

11821183
1. On the **Kudu** toolbar, select **Debug Console** > **CMD**.
11831184

1184-
1. Browse a location under **C:\home\site\wwwroot** and create a file for example: **CCLPROFILE.txt** with tracing configurations as requested by Microsoft or SAP.
1185-
Refer [SAP NOTE 2338952](https://me.sap.com/notes/2338952/E) under **Tracing** for more information regarding tracing parameters. An example tracing configuration is given below:
1185+
1. Browse to a location under **C:\home\site\wwwroot** and create a text file, for example:**CCLPROFILE.txt**, with the tracing configurations as requested by Microsoft or SAP.
1186+
1187+
For more information about tracing parameters, see [**Tracing** > SAP NOTE 2338952](https://me.sap.com/notes/2338952/E). The following sample provides an example tracing configuration:
1188+
11861189
```
11871190
ccl/trace/directory=C:\home\LogFiles\CCLLOGS
11881191
ccl/trace/level=4

0 commit comments

Comments
 (0)