Files
Sentinel/appsettings.json
2024-10-11 23:17:09 -05:00

13 lines
306 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System.Net": "Warning"
}
},
"RoleAssessorBackgroundService": {
"RunFrequencyInMinutes": 1
}
}