AspNetCore.Docs/aspnetcore/grpc/diagnostics/sample/logging-config.json

10 lines
159 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information",
"Grpc": "Debug"
}
}
}