Skip to content

Commit

Permalink
Add comments for additional work
Browse files Browse the repository at this point in the history
  • Loading branch information
moattarwork committed Jul 29, 2021
1 parent 6ad7273 commit 5f9e51a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Easify.Azure.Serilog/SinkBuilderContextExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public static ISinkBuilderContext UseAzureLogAnalytics(this ISinkBuilderContext
.WriteTo
.AzureAnalytics(options.WorkspaceId,options.AuthenticationId, logName:options.LogName);

// TODO: Sanitization of the LogName

return sinkBuilderContext.Clone(loggerConfiguration);
}
}
Expand Down

0 comments on commit 5f9e51a

Please sign in to comment.