We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fcc58 commit 4927a0cCopy full SHA for 4927a0c
tracer/src/Datadog.Trace/Logging/DirectSubmission/Formatting/LogFormatter.cs
@@ -62,7 +62,7 @@ public LogFormatter(
62
63
internal delegate LogPropertyRenderingDetails FormatDelegate<T>(JsonTextWriter writer, in T state);
64
65
- internal string? Tags { get; set; }
+ internal string? Tags { get; private set; }
66
67
private static string StringifyGlobalTags(IReadOnlyDictionary<string, string> globalTags)
68
{
0 commit comments