From b7103a679ecb4aa6eeecc23403743bbb6f6aaa21 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Thu, 28 Feb 2019 19:23:44 +0000 Subject: [PATCH] Fix typo on SourceContext --- 18.-Centralized-Structured-Logging-in-eShopOnContainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18.-Centralized-Structured-Logging-in-eShopOnContainers.md b/18.-Centralized-Structured-Logging-in-eShopOnContainers.md index 3c99c8c..d65a01d 100644 --- a/18.-Centralized-Structured-Logging-in-eShopOnContainers.md +++ b/18.-Centralized-Structured-Logging-in-eShopOnContainers.md @@ -200,7 +200,7 @@ The next JSON fragment shows the typical default configuration for `appsettings. }, ``` -The previous JSON fragment shows how to configure the MinimumLevel for traces, according to the Namespace of the `SourceCodeContext`, such that the default is **Information**, except for namespaces Microsoft.* and System.*, except again for **Microsoft.eShopOnContainers**, that's also Information. +The previous JSON fragment shows how to configure the MinimumLevel for traces, according to the Namespace of the `SourceContext`, such that the default is **Information**, except for namespaces Microsoft.* and System.*, except again for **Microsoft.eShopOnContainers**, that's also Information. ### Seq