Open cyclops26 opened 4 years ago
I think this feature already exists
On Wed, 22 Jul 2020, 3:02 pm Eli Keimig, notifications@github.com wrote:
@MattParr https://github.com/MattParr here is a suggested PR that adds support for logging the XML requests/responses that occur when communicating with the AutoTask API. This can be super helpful when troubleshooting API issues or specific failures that are not caught elsewhere. It is disabled by default via a constant in constants.py and then can be enabled via a connection parameter much the same as the other ATWS parameters.
You can view, comment on, or merge this pull request online at:
https://github.com/MattParr/python-atws/pull/83 Commit Summary
- add support for logging requests sent to autotask and responses received from autotask
File Changes
- M atws/connection.py https://github.com/MattParr/python-atws/pull/83/files#diff-f277de5515fffeb963dd1b7287ecb09c (36)
- M atws/constants.py https://github.com/MattParr/python-atws/pull/83/files#diff-bac389a2e4f080be4d08cf3f30c32846 (1)
- M docs/usage.rst https://github.com/MattParr/python-atws/pull/83/files#diff-6b8768d928ef9ab4f13707da19516369 (11)
Patch Links:
- https://github.com/MattParr/python-atws/pull/83.patch
- https://github.com/MattParr/python-atws/pull/83.diff
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MattParr/python-atws/pull/83, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIM7454G2ARXBUSX3YFQY3R4ZJD3ANCNFSM4PEIIGYQ .
@MattParr here is a suggested PR that adds support for logging the XML requests/responses that occur when communicating with the AutoTask API. This can be super helpful when troubleshooting API issues or specific failures that are not caught elsewhere. It is disabled by default via a constant in
constants.py
and then can be enabled via a connection parameter much the same as the other ATWS parameters.