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