Files
LogViewerControl/CSharp/Applications/AvaloniaLoggingNoDI/appsettings.Development.json
T

8 lines
116 B
JSON
Raw Normal View History

2026-04-04 13:30:13 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Trace",
"System.Net.Http.HttpClient": "Trace"
}
}
}