Skip to content

Commit bef046d

Browse files
authored
Remove Debug() sink example from README - redundant with the new VS output window category [Skip CI]
1 parent 900f35f commit bef046d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ Serilog logging for ASP.NET Core. This package routes ASP.NET Core log messages
55

66
### Instructions
77

8-
**First**, install the _Serilog.AspNetCore_ [NuGet package](https://www.nuget.org/packages/Serilog.AspNetCore) into your app. You will need a way to view the log messages - _Serilog.Sinks.Console_ writes these to the console, and _Serilog.Sinks.Debug_ writes to the Visual Studio output window; there are [many more sinks available](https://www.nuget.org/packages?q=Tags%3A%22serilog%22) on NuGet.
8+
**First**, install the _Serilog.AspNetCore_ [NuGet package](https://www.nuget.org/packages/Serilog.AspNetCore) into your app. You will need a way to view the log messages - _Serilog.Sinks.Console_ writes these to the console; there are [many more sinks available](https://www.nuget.org/packages?q=Tags%3A%22serilog%22) on NuGet.
99

1010
```powershell
1111
Install-Package Serilog.AspNetCore -DependencyVersion Highest
1212
Install-Package Serilog.Sinks.Console
13-
Install-Package Serilog.Sinks.Debug
1413
```
1514

1615
**Next**, in your application's _Program.cs_ file, configure Serilog first:

0 commit comments

Comments
 (0)