Skip to content

Commit

Permalink
logging/logadmin: link in RequestLog
Browse files Browse the repository at this point in the history
Updates #423.

Change-Id: I168c9ebcc19ff30c18ec33c14f0c8f84598847aa
Reviewed-on: https://code-review.googlesource.com/15650
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
  • Loading branch information
pongad committed Aug 10, 2017
1 parent be58d9a commit 4226ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logging/logadmin/logadmin.go
Expand Up @@ -46,7 +46,9 @@ import (
logtypepb "google.golang.org/genproto/googleapis/logging/type"
logpb "google.golang.org/genproto/googleapis/logging/v2"
"google.golang.org/grpc/codes"

// Import the following so EntryIterator can unmarshal log protos.
_ "google.golang.org/genproto/googleapis/appengine/logging/v1"
_ "google.golang.org/genproto/googleapis/cloud/audit"
)

Expand Down

0 comments on commit 4226ba9

Please sign in to comment.