RAIDAlert/appsettings.Development.json

9 lines
129 B
JSON
Raw Normal View History

2023-07-12 15:05:59 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}