-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(Azure): remove app-level logging to Azure Monitor #1261
Conversation
Moving this to Draft state until we discuss at the next dev meeting. |
Wasn't working anyway.
Now that we have Sentry, we determined that the App Service logs are sufficient for other logs, and thus it isn't worth the complexity/confusion of having the logs sent to Azure Monitor.
522d448
to
09a7bee
Compare
Following the discussion at the dev workshop, determined logging to Azure Monitor wasn't worth the hassle. Expanded this pull request to remove the integration. Also updated the doc with the direct links. The App Service Logs will continue to be available. |
"propagate": False, | ||
}, | ||
}, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No change, just moved back into this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Wasn't working anyway. Alternative to #1260. Though this could be merged independently of #1259, we would likely only want to do so together so that we still have a system for error monitoring.