From 21bb78a917a4c9a761953fbabbbf117193d9de9b Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Fri, 5 Apr 2024 15:19:15 +1000 Subject: [PATCH] Remove outdated recommendation to set `Microsoft` to `Warning` [skip ci] --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 71fa26d..20840f5 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,6 @@ A more complete example, showing _appsettings.json_ configuration, can be found With _Serilog.Extensions.Hosting_ installed and configured, you can write log messages directly through Serilog or any `ILogger` interface injected by .NET. All loggers will use the same underlying implementation, levels, and destinations. -**Tip:** change the minimum level for `Microsoft` to `Warning` - ### Inline initialization You can alternatively configure Serilog using a delegate as shown below: