You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm looking at the DefaultClient implementation, and there isn't a way to override logs emitted by Auth0 requests.
In the current implementation, the HttpLoggingInterceptor has been built inside the init of DefaultClient and cannot be overridden. And I don't want to implement something similar to this just to override the log output.
We need it in the company to logs out a few breadcrumbs to our secure log vault.
That is possible to create a custom NetworkingClient object and that include the HttpLoggingInteceptor by my own, but for a simple log, I guess DefaultClient could provide it
Additional context
We are going to use it in our Dev Env
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
Hello,
I'm looking at the
DefaultClient
implementation, and there isn't a way to override logs emitted by Auth0 requests.In the current implementation, the
HttpLoggingInterceptor
has been built inside the init ofDefaultClient
and cannot be overridden. And I don't want to implement something similar to this just to override the log output.We need it in the company to logs out a few breadcrumbs to our secure log vault.
Describe the ideal solution
I'd suggest to include two different ways:
1:
or
2:
Alternatives and current workarounds
That is possible to create a custom NetworkingClient object and that include the HttpLoggingInteceptor by my own, but for a simple log, I guess DefaultClient could provide it
Additional context
We are going to use it in our Dev Env
The text was updated successfully, but these errors were encountered: