mirror of https://github.com/grpc/grpc-go.git
gcp/observability: update log name (#5414)
This commit is contained in:
parent
9ee2f146d7
commit
584d9cd11a
|
|
@ -58,7 +58,7 @@ func newCloudLoggingExporter(ctx context.Context, projectID string) (*cloudLoggi
|
|||
return &cloudLoggingExporter{
|
||||
projectID: projectID,
|
||||
client: c,
|
||||
logger: c.Logger("grpc", gcplogging.CommonLabels(customTags)),
|
||||
logger: c.Logger("microservices.googleapis.com/observability/grpc", gcplogging.CommonLabels(customTags)),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue