|
- {
- "Logging": {
- "LogLevel": {
- "Default": "Warning",
- "Microsoft.Hosting.Lifetime": "Information",
- "Microsoft.AspNetCore": "Information",
- "Microsoft": "Information",
- "Microsoft.Orleans": "Warning",
- "Orleans.Runtime": "Error",
- "Grpc": "Information"
- }
- },
- "AllowedHosts": "*",
- "Kestrel": {
- "EndpointDefaults": {
- "Protocols": "Http2"
- }
- }
- }
|