Skip to content

Commit 72ff093

Browse files
khalidabuhakmehpgermishuys
authored andcommitted
Expand Serilog setup instructions in IdentityServer diagnostics documentation.
1 parent 9d1b97d commit 72ff093

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • src/content/docs/identityserver/diagnostics

src/content/docs/identityserver/diagnostics/logging.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)