Files
ServerManagementUtils/robin/appsettings.json
T
Alexandru-Victor Macocian 69fd4bfb62 Setup Robin base files
Setup base files for Robin monitoring service
2025-11-27 17:37:28 +01:00

13 lines
234 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information",
"Robin.Services": "Debug"
}
}
}
}