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 in the SDK is not configured to write output. You can configure the logger in your code to start seeing logs from the SDK.
0 commit comments