Skip to content

Commit 598071d

Browse files
authored
Update Logging.md
adding config for setting the logging off in higher env
1 parent 40c2a8a commit 598071d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cybersource-rest-client-netstandard/Logging.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Or this can be done by adding below lines to your **`Project.csproj`** file.
7474
* 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.
7575
* If logging statements from inside the SDK should not be logged, provide specific namespaces in the rules.
7676
* 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.
7778
* The variable `enableMasking` needs to be set to `true` if sensitive data in the request/response should be hidden/masked.
7879
* Sensitive data fields are listed below:
7980
* Card Security Code

0 commit comments

Comments
 (0)