Skip to content

Commit 512c7dc

Browse files
reyangalanwest
andauthored
Link to .NET 9 log filter plan (#5267)
Co-authored-by: Alan West <[email protected]>
1 parent c2bb4c5 commit 512c7dc

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ repo.
3030

3131
If you are new here, please read the getting started docs:
3232

33-
* Logs: [ASP.NET Core](./docs/logs/getting-started-aspnetcore/README.md) | [Console](./docs/logs/getting-started-console/README.md)
33+
* [Logs](./docs/logs/README.md): [ASP.NET
34+
Core](./docs/logs/getting-started-aspnetcore/README.md) |
35+
[Console](./docs/logs/getting-started-console/README.md)
3436
* Metrics: [ASP.NET Core](./docs/metrics/getting-started-aspnetcore/README.md) |
3537
[Console](./docs/metrics/getting-started-console/README.md)
3638
* Traces: [ASP.NET Core](./docs/trace/getting-started-aspnetcore/README.md) |

docs/logs/README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ to learn more.
156156

157157
## Log Correlation
158158

159-
In OpenTelemetry, logs are automatically correlated to traces. Check the [Log
159+
In OpenTelemetry, logs are automatically correlated to
160+
[traces](../trace/README.md). Check the [Log
160161
Correlation](./correlation/README.md) tutorial to learn more.
161162

162163
## Log Enrichment
@@ -165,8 +166,15 @@ TBD
165166

166167
## Log Filtering
167168

168-
Check the [Customizing OpenTelemetry .NET SDK for
169-
Logs](./customizing-the-sdk/README.md#log-filtering) document to learn more.
169+
The [Customizing OpenTelemetry .NET SDK for
170+
Logs](./customizing-the-sdk/README.md#log-filtering) document has provided
171+
instructions for basic filtering based on logger category name and severity
172+
level.
173+
174+
For more advanced filtering and sampling, the .NET team has a plan to cover it
175+
in .NET 9 timeframe, please use this [runtime
176+
issue](https://github.com/dotnet/runtime/issues/82465) to track the progress or
177+
provide feedback and suggestions.
170178

171179
## Log Redaction
172180

0 commit comments

Comments
 (0)