cmd/keyserver-gcp: do not disable log output

We disabled log output for efficiency reasons, but I don't think we're
seeing the kind of traffic levels we feared. We only log 1 in 100
rpc/keyserver.Lookup requests anyway, so the output should be fine.

Change-Id: I1ce58ee5cf9c66b6882f575584e2069d3a925757
Reviewed-on: https://upspin-review.googlesource.com/16181
Reviewed-by: Eric Grosse <grosse@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
1 file changed
tree: 85eb9586554d5b51c879ec34c7b4c4f7eae3ae25
  1. cloud/
  2. cmd/
  3. vendor/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. codereview.cfg
  8. CONDUCT.md
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. Gopkg.lock
  12. Gopkg.toml
  13. LICENSE
  14. PATENTS
  15. README.md
README.md

Upspin gcp repository

This repository contains support for running Upspin against Google Cloud Storage and/or Google Container Engine.

See the Setting up upspinserver document for information about running an Upspin service that stores its data in Google Cloud Storage.

See the master repository for more information about the Upspin project.