Change gRPC template logging level to info in development (#9538)

This commit is contained in:
James Newton-King 2019-04-20 12:53:04 +12:00 committed by GitHub
parent 52f3f79263
commit 0831456fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Grpc": "Information",
"Microsoft": "Information"
}
}