Files
UnrealEngine/Engine/Source/Programs/Horde/HordeCmd/appsettings.json
2025-05-18 13:04:45 +08: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"
}
}
}
}