Revert packages to fix no logs below Warning#5756
Merged
premun merged 1 commit intodotnet:mainfrom Jan 12, 2026
Merged
Conversation
dkurepa
approved these changes
Jan 12, 2026
adamzip
approved these changes
Jan 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts Azure Monitor OpenTelemetry packages from stable to beta versions to fix a logging issue introduced in #5707, where logs below Warning level were not appearing. The PR also updates several OpenTelemetry packages to version 1.14.0 for consistency.
Changes:
- Reverts Azure.Monitor.OpenTelemetry.AspNetCore and Azure.Monitor.OpenTelemetry.Exporter to beta versions (1.4.0-beta.1 and 1.5.0-beta.1 respectively)
- Updates OpenTelemetry packages to 1.14.0 (OpenTelemetry.Exporter.OpenTelemetryProtocol, OpenTelemetry.Instrumentation.GrpcNetClient, OpenTelemetry.Instrumentation.Runtime)
- Updates Aspire.AppHost.Sdk from 9.2.0 to 13.1.0
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/ProductConstructionService/ProductConstructionService.AppHost/ProductConstructionService.AppHost.csproj | Updates Aspire.AppHost.Sdk version from 9.2.0 to 13.1.0 |
| Directory.Packages.props | Reverts Azure Monitor OpenTelemetry packages to beta versions and upgrades OpenTelemetry packages to 1.14.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduced in #5707
The service shows no logs below Warning level in AppInsights