MattParr / python-atws

Autotask Web Services python module
MIT License
32 stars 10 forks source link

Adds Request Logging Support for Debugging API Issues #83

Open cyclops26 opened 4 years ago

cyclops26 commented 4 years ago

@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.

MattParr commented 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

Patch Links:

— 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 .