Change gRPC template logging level to info in development (#9538)
This commit is contained in:
parent
52f3f79263
commit
0831456fac
|
|
@ -3,6 +3,7 @@
|
|||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Grpc": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue