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

Is their a way to mask or stop logging for a specific endpoint so that the logs for that api don't go in appinsights #136

Open
AIS-Naman-Jain opened this issue Sep 16, 2024 · 3 comments

Comments

@AIS-Naman-Jain
Copy link

While using apim we can set logs to send toward the event hub but no option to not send any logs to app insights for certain endpoint so that we can secure few use case where data is highly sensitive

@tomkerkhove
Copy link
Member

As far as I know, no unless you override/define per-API diagnostics:
image

@tomkerkhove tomkerkhove changed the title Is their a way to mask or stop logging for a specific enpoint so that the logs for that api don't go in appinsights Is their a way to mask or stop logging for a specific endpoint so that the logs for that api don't go in appinsights Sep 17, 2024
@AIS-Naman-Jain
Copy link
Author

thanks it worked but does that cause any logging issues in other apis

@tomkerkhove
Copy link
Member

No, it should not as this is defined on the API scope

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

No branches or pull requests

2 participants