Files
UnrealEngine/Engine/Source/Programs/Horde/HordeAgent/appsettings.json
2025-05-18 13:04:45 +08:00

24 lines
755 B
JSON

{
"Horde":
{
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"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.Storage": "Debug"
}
}
}
}