21224: merged main to pass int tests
[arvados.git] / services / keep-web / cache.go
index 3ccedf3a075d902e9146ca855e94a73aab56d0e4..b5b6cc4fa508cf25b8a388b490afef23dd12c239 100644 (file)
@@ -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.