drinkMe/drinkMe/Server/appsettings.Development.json

10 lines
168 B
JSON
Raw Normal View History

2021-04-26 15:35:44 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}