forked from opendxl/opendxl-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Chris Smith edited this page Nov 22, 2016
·
2 revisions
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
ERRORtoDEBUGlogging in the samples as shown below:# Configure local logger logging.getLogger().setLevel(logging.ERROR)Change to:
# Configure local logger logging.getLogger().setLevel(logging.DEBUG)