GoogleCloudPlatform / go-endpoints

Cloud Endpoints for Go
https://go-endpoints.appspot.com
Apache License 2.0
255 stars 56 forks source link

Remove debugging #115

Open eliasnaur opened 8 years ago

eliasnaur commented 8 years ago

server.go contains the line

    log.Debugf(c, "SPI request body: %s", body)

which is convenient for debugging, but leaks potentially sensistive information to the logs. It should be removed.

zboralski commented 8 years ago

:+1: