Files
Aaru.Server/Aaru.Server.New/appsettings.Development.json

9 lines
132 B
JSON
Raw Normal View History

2024-05-02 07:43:47 +01:00
{
"Logging": {
"LogLevel": {
2024-05-03 03:24:40 +01:00
"Default": "Information",
2024-05-02 07:43:47 +01:00
"Microsoft.AspNetCore": "Warning"
}
}
}