File tree Expand file tree Collapse file tree
src/content/docs/identityserver/diagnostics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,8 +139,14 @@ Learn more about configuring logging in .NET applications by reading the [Micros
139139
140140### Setup For Serilog
141141
142- We personally like [ Serilog] ( https://serilog.net ) and
143- the [ Serilog.AspNetCore] ( https://github.com/serilog/serilog-aspnetcore ) package a lot. Give it a try:
142+ [ Serilog] ( https://serilog.net ) is a trusted and popular logging library for .NET applications.
143+ It is highly configurable,
144+ and at Duende, we think it is a ** great alternative** to the default logging
145+ implementation,
146+ especially for .NET developers looking for more control over their logging configuration.
147+ Additionally,
148+ ASP.NET Core developers can use the [ Serilog.AspNetCore] ( https://github.com/serilog/serilog-aspnetcore ) for
149+ better integration with ASP.NET Core applications.
144150
145151``` csharp
146152// Program.cs
You can’t perform that action at this time.
0 commit comments