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

fix: [RTD-1145] set Application Insights INFO logging level for RTD microservices #723

Merged
merged 11 commits into from
Jan 9, 2023

Conversation

TommasoLencioni
Copy link
Contributor

@TommasoLencioni TommasoLencioni commented Dec 19, 2022

This PR proposes to remove APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL environment variable from config maps.

List of changes

  • remove APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL environment variable.

Motivation and context

With this change we can safely update Application Insights agent to >3.4.1 .
In 3.4.2 APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL is no longer ignored, thus every microservice having it to OFF does not send logs to Application Insights microsoft/ApplicationInsights-Java#2592.
We remove the explicit declaration of the environment variable, so the logging level falls to the default (INFO, that is the desired one indeed).

Type of changes

  • Add new resources
  • Update configuration to existing resources
  • Remove existing resources

Does this introduce a change to production resources with possible user impact?

  • Yes, users may be impacted applying this change
  • No

Does this introduce an unwanted change on infrastructure? Check terraform plan execution result

  • Yes
  • No

Other information


If PR is partially applied, why? (reserved to mantainers)

@TommasoLencioni TommasoLencioni added no apply dev Proposed change impacts DEV environment uat Proposed change impacts UAT envirnoment prod Proposed change impacts PROD environment core labels Dec 19, 2022
@TommasoLencioni TommasoLencioni marked this pull request as ready for review December 19, 2022 11:43
@TommasoLencioni TommasoLencioni requested a review from a team December 19, 2022 11:43
@GiovanniMancini GiovanniMancini merged commit 557947b into main Jan 9, 2023
@GiovanniMancini GiovanniMancini deleted the RTD-1145-set-appinsights-log-level-to-info branch January 9, 2023 13:30
@github-actions
Copy link

github-actions bot commented Jan 9, 2023

🎉 This PR is included in version 1.96.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
applied in all envs core dev Proposed change impacts DEV environment prod Proposed change impacts PROD environment released uat Proposed change impacts UAT envirnoment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants