Files
logviewer/appsettings.Production.json

12 lines
203 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"baseUrl": "http://localhost:5260",
"basePath": "C:"
}