mirror of
https://github.com/AlexMacocian/ServerManagementUtils.git
synced 2026-07-15 15:19:58 +00:00
69fd4bfb62
Setup base files for Robin monitoring service
13 lines
234 B
JSON
13 lines
234 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Robin.Services": "Debug"
|
|
}
|
|
}
|
|
}
|
|
}
|