distribution/registry
Stephen J Day 0b89cdfcd4 Do not replace logger when adding hooks
Because the logger was incorrectly replaced while adding hooks, log output did
not include the version and instance ids. The main issue was the the
logrus.Entry was replaced with the logger, which included no context. Replacing
the logger on the context is not necessary when configuring hooks since we are
configuring the contexts logger directly.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-07-23 20:51:11 -07:00
..
api Clean up pagination specification 2015-07-22 20:00:28 -07:00
auth Move challenge http status code logic 2015-06-17 18:23:55 -07:00
client Remove dead code 2015-07-23 07:09:48 -07:00
handlers Do not replace logger when adding hooks 2015-07-23 20:51:11 -07:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware Rename top level registry interface to namespace 2015-04-09 19:21:33 -07:00
storage Merge pull request #493 from nevermosby/storage-support-openstack-swift 2015-07-22 23:53:36 -07:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00