Fix typo on SourceContext

Miguel Veloso 2019-02-28 19:23:44 +00:00
parent 2fa0d32241
commit b7103a679e

@ -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