distribution/registry
Noah Treuhaft 91f268e5a5 Downgrade token auth JWT logging from error to info
The token auth package logs JWT validation and verification failures at
the `error` level.  But from the server's perspective, these aren't
errors.  They're the expected response to bad input.  Logging them at
the `info` level better reflects that distinction.

Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
2016-09-07 10:45:06 -07:00
..
api Document TOOMANYREQUESTS error code 2016-07-12 12:18:54 -06:00
auth Downgrade token auth JWT logging from error to info 2016-09-07 10:45:06 -07:00
client Merge pull request #1923 from spacexnice/master 2016-08-26 17:31:09 -07:00
handlers Add shutdown to test environment 2016-08-26 16:23:07 -07:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware Add support for blobAccessController middleware 2016-05-19 14:02:15 +02:00
proxy Update proxy scheduler test to account for race 2016-08-29 14:27:32 -07:00
storage Add v2 signature signing to S3 storage driver (#1800) 2016-09-01 13:52:40 -07:00
doc.go Move initialization code from main.go to the registry package 2015-09-09 14:39:31 -07:00
registry.go Allow registry clients to connect via http2 2016-08-13 22:07:42 -04:00
registry_test.go Allow registry clients to connect via http2 2016-08-13 22:07:42 -04:00
root.go Remove signature store from registry. Return a generated signature for manifest 2016-05-27 13:19:26 -07:00