From 8d116f926c0a0c00fc0a9b1d1e7c9356e3955dcf Mon Sep 17 00:00:00 2001 From: Andrew Lock Date: Sun, 5 Aug 2018 08:50:06 +0100 Subject: [PATCH] Fix incorrect urls --- README.md | 2 +- .../Serilog.Extensions.Hosting.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efb5643..f99b283 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ public class Program } ``` -**Finally**, clean up by removing the rema `"Logging"` section from _appsettings.json_ files (this can be replaced with [Serilog configuration](https://github.com/serilog/serilog-settings-configuration) as shown in [this example](https://github.com/serilog/serilog-hosting/blob/dev/samples/SimpleServiceSample/Program.cs), if required) +**Finally**, clean up by removing the remaining `"Logging"` section from _appsettings.json_ files (this can be replaced with [Serilog configuration](https://github.com/serilog/serilog-settings-configuration) as shown in [this example](https://github.com/serilog/serilog-extensions-hosting/blob/dev/samples/SimpleServiceSample/Program.cs), if required) That's it! You will see log output like: diff --git a/src/Serilog.Extensions.Hosting/Serilog.Extensions.Hosting.csproj b/src/Serilog.Extensions.Hosting/Serilog.Extensions.Hosting.csproj index fd5779f..29dc34f 100644 --- a/src/Serilog.Extensions.Hosting/Serilog.Extensions.Hosting.csproj +++ b/src/Serilog.Extensions.Hosting/Serilog.Extensions.Hosting.csproj @@ -14,7 +14,7 @@ Serilog.Extensions.Hosting serilog;aspnet;aspnetcore;hosting http://serilog.net/images/serilog-extension-nuget.png - https://github.com/serilog/serilog-hosting + https://github.com/serilog/serilog-extensions-hosting http://www.apache.org/licenses/LICENSE-2.0 false Serilog