You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/Logging.md
+1
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Or this can be done by adding below lines to your **`Project.csproj`** file.
74
74
* In case `name="*"` is used, all logging statements from all namespaces will be written to log. This will include logging statements from inside the SDK as well.
75
75
* If logging statements from inside the SDK should not be logged, provide specific namespaces in the rules.
76
76
* The `minlevel` field denotes the minimum level to log. In a production environment, this may be set to `Warn`.
77
+
* The variable `globalThreshold` needs to be set to `Off` in case you want to turn off the logging in Nlog.config file.
77
78
* The variable `enableMasking` needs to be set to `true` if sensitive data in the request/response should be hidden/masked.
0 commit comments