cs11dotnet7/vscode/Chapter04/Instrumenting/appsettings.json

6 lines
162 B
JSON
Raw Normal View History

2022-02-19 20:56:52 +01:00
{
"PacktSwitch": {
2023-06-29 16:28:27 +02:00
"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.
2022-02-19 20:56:52 +01:00
}
2023-06-29 16:28:27 +02:00
}