From 88d348650c490ef277b30b5ce8247c10fc32843f Mon Sep 17 00:00:00 2001
From: Sergei Zharinov <zharinov@users.noreply.github.com>
Date: Tue, 7 Dec 2021 18:36:42 +0300
Subject: [PATCH] fix(github): Log fieldName when shrinking page size (#12990)

---
 lib/util/http/github.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/util/http/github.ts b/lib/util/http/github.ts
index 69e6718132..fa4bfbe04a 100644
--- a/lib/util/http/github.ts
+++ b/lib/util/http/github.ts
@@ -365,7 +365,7 @@ export class GithubHttp extends Http<GithubHttpOptions, GithubHttpOptions> {
       baseUrl === githubBaseUrl
     ) {
       logger.debug(
-        { optimalCount },
+        { fieldName, optimalCount },
         'Successful GraphQL query with shrinked pagination size'
       );
     }
-- 
GitLab