Files
QuotifyBE/appsettings.Development.json

10 lines
198 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information"
}
},
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
}