Logging - only synchronous requests are logged

I activated logging to try and troubleshoot my app in the production environment where I seem to be having troubles with the proxy.

I noted that I'm only getting log entries for my authentication operation. Any other operation on any api would not do a thing. Since I'm already working with my custom build, I compared an authentication request with other API requests and found that the CallAsync method in ApiClient lacks the logging statements. So I added those. Fix can be found here here

Hi @ssteiner

Thanks for the fork. We shall review it and push it to main branch if everything looks ok.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.