dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
54 stars 3 forks source link

mock server: show more info when a call fails #128

Closed chriso closed 6 months ago

chriso commented 6 months ago

This PR improves logging when a call from the mock server fails (https://github.com/stealthrocket/dispatch-py/pull/126).

Before:

2024-03-18 13:53:45 [WARN] call to function send_message failed (PERMANENT_ERROR)

After:

2024-03-18 13:53:45 [WARN] call to function send_message failed (PERMANENT_ERROR => NameError: name 'resopnse' is not defined)