Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

22 lines
807 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Verbose",
"Override": {
"Microsoft": "Information",
"System.Net.Http.HttpClient": "Warning",
"Microsoft.AspNetCore.Routing.EndpointMiddleware": "Warning",
"Microsoft.AspNetCore.Authorization.DefaultAuthorizationService": "Warning",
"HordeServer.Authentication.HordeJwtBearerHandler": "Warning",
"HordeServer.Authentication.OktaHandler": "Warning",
"Microsoft.AspNetCore.Hosting.Diagnostics": "Warning",
"Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker": "Warning",
"Serilog.AspNetCore.RequestLoggingMiddleware": "Warning",
"Grpc.Net.Client.Internal.GrpcCall": "Warning",
"EpicGames.Horde.Compute.ComputeSocket": "Verbose",
"EpicGames.Horde.Compute.ComputeChannel": "Verbose"
}
}
}
}