Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a request logger #199

Open
TTA777 opened this issue Aug 22, 2023 · 2 comments
Open

Implement a request logger #199

TTA777 opened this issue Aug 22, 2023 · 2 comments
Labels
enhancement New idea, feature or request

Comments

@TTA777
Copy link
Member

TTA777 commented Aug 22, 2023

I would like all requests made to the API to logged, so that we are able to see in the log what was sent to the API, even when the request made is bad.

This will likely be easiest to do in a middleware, since we otherwise risk the request having been refused by aspnet already

@TTA777 TTA777 added the enhancement New idea, feature or request label Aug 22, 2023
@jonasanker
Copy link
Member

This is also easily done in Azure App Service and Application Insights. This is probably quicker and will have more enriched logging

@TTA777
Copy link
Member Author

TTA777 commented Aug 23, 2023

Perhaps, though I haven't been impressed by the current solution so far, though I might just not know how to make use of it properly. Let's talk about it on our next meeting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New idea, feature or request
Projects
None yet
Development

No branches or pull requests

2 participants