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
It would be great if we could add logging for certain situations (on request, , missing secrets, if JSON parsing fails etc).
Would you accept a PR?
If so would you want it with a simple Action callback in the options, or would you be happy with a way to bind an ILogging implementation somehow?
Thanks
The text was updated successfully, but these errors were encountered:
I'm currently too busy to work on the library but I welcome PRs under the understanding that I cannot promise when I will have time to look at it.
Anyway, you can use closures to inject a logger in methods that are used for configuration. I know it's not enough but it could be a starter to help you troubleshooting your issue.
Hi,
It would be great if we could add logging for certain situations (on request, , missing secrets, if JSON parsing fails etc).
Would you accept a PR?
If so would you want it with a simple Action callback in the options, or would you be happy with a way to bind an ILogging implementation somehow?
Thanks
The text was updated successfully, but these errors were encountered: