cs11dotnet7/vscode/Chapter04/Instrumenting/appsettings.json
2023-06-29 15:28:27 +01:00

6 lines
162 B
JSON

{
"PacktSwitch": {
"Value": "Info", // Must be set to work with 7.0.3 or later.
"Level": "Info" // To work with 7.0.2 or earlier including .NET 6.
}
}