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: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,22 @@ Authorize.Net maintains a complete sandbox environment for testing and developme
51
51
52
52
API credentials are different for each environment, so be sure to switch to the appropriate credentials when switching environments.
53
53
54
+
### Enable Logging in the SDK
55
+
Python sdk uses the logger *'authorizenet.sdk'*. By default the logger is not configured in the sdk for writing output. If you need logging in the sdk, you should configure the logger in your code according to your need.
0 commit comments