Skip to content

Commit

Permalink
fix(github): Log fieldName when shrinking page size (#12990)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Dec 7, 2021
1 parent dee805c commit 88d3486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/http/github.ts
Expand Up @@ -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'
);
}
Expand Down

0 comments on commit 88d3486

Please sign in to comment.