X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7b2e98f3880b8c3dfc1155a29dd3a9b36f5d7976..28aa75d2683d5f0472335ecef3b2ff505e72f30d:/services/keep-web/cache.go diff --git a/services/keep-web/cache.go b/services/keep-web/cache.go index 3ccedf3a07..b5b6cc4fa5 100644 --- a/services/keep-web/cache.go +++ b/services/keep-web/cache.go @@ -179,6 +179,7 @@ func (c *cache) checkout(token string) (*cachedSession, error) { } client.AuthToken = token client.Timeout = time.Minute + client.Logger = c.logger // A non-empty origin header tells controller to // prioritize our traffic as interactive, which is // true most of the time.