Skip to content

Allow for tracing FedEx API request/responses#113

Open
dosisod wants to merge 1 commit into
alexeybusygin:masterfrom
dosisod:fedex-trace-api
Open

Allow for tracing FedEx API request/responses#113
dosisod wants to merge 1 commit into
alexeybusygin:masterfrom
dosisod:fedex-trace-api

Conversation

@dosisod

@dosisod dosisod commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Now if you want to debug a FedEx API rate issue, all you need to do is enable the trace logging level, either globally or just for this namespace. This will emit a detailed log of the requests and responses from the FedEx API.

To avoid serializing the request/response JSON from every API call, a new extension method was added which only executes if the log level is set to trace.

Now if you want to debug a FedEx API rate issue, all you need to do is
enable the trace logging level, either globally or just for this
namespace. This will emit a detailed log of the requests and responses
from the FedEx API.

To avoid serializing the request/response JSON from every API call, a
new extension method was added which only executes if the log level is
set to trace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant