We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Q: I am having trouble running the samples, what can I do to debug them?
A: The following steps are generally useful for debugging the client/samples: Ensure the prerequisites for the OpenDXL Python Client have been met. Switch from ERROR to DEBUG logging in the samples as shown below: # Configure local logger logging.getLogger().setLevel(logging.ERROR) Change to: # Configure local logger logging.getLogger().setLevel(logging.DEBUG)
A: The following steps are generally useful for debugging the client/samples:
Ensure the prerequisites for the OpenDXL Python Client have been met.
Switch from ERROR to DEBUG logging in the samples as shown below:
ERROR
DEBUG
# Configure local logger logging.getLogger().setLevel(logging.ERROR)
Change to:
# Configure local logger logging.getLogger().setLevel(logging.DEBUG)
Home
Data Exchange Layer (DXL) Overview
OpenDXL Python Client
SDK Modules
OpenDXL Python Client Examples