renis-backend/bin/Debug/net8.0/appsettings.json

19 lines
313 B
JSON
Raw Permalink Normal View History

2024-09-07 12:13:38 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Serilog":{
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"System": "Warning"
}
}
}
}