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
Describe the bug
When leveraging Debug Logging within the legacy version of the Uber Class (APIHarness), the operation ID is not being logged.
To Reproduce
Construct an instance of the legacy Uber class with debugging enabled. Call any operation. Payloads and responses are reported, but the operation ID is not.
Expected behavior
Operation ID should be logged in the legacy Uber class exactly as it is logged within the new Uber Class (and Service Classes).
Environment (please complete the following information):
OS: All Supported
Python: All Supported
FalconPy: v1.3.0 - v1.3.2
The text was updated successfully, but these errors were encountered:
Describe the bug
When leveraging
Debug Logging
within the legacy version of the Uber Class (APIHarness
), the operation ID is not being logged.To Reproduce
Construct an instance of the legacy Uber class with debugging enabled. Call any operation. Payloads and responses are reported, but the operation ID is not.
Expected behavior
Operation ID should be logged in the legacy Uber class exactly as it is logged within the new Uber Class (and Service Classes).
Environment (please complete the following information):
v1.3.0
-v1.3.2
The text was updated successfully, but these errors were encountered: