Skip to content

Commit

Permalink
#139: print "Requesting next batch" in gray to allow focussing on the…
Browse files Browse the repository at this point in the history
… more relevant msgs
  • Loading branch information
JoernBerkefeld committed Mar 22, 2023
1 parent e425891 commit e31af6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/util/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ function setupSDK(sessionKey, authObject) {
eventHandlers: {
onLoop: (type, accumulator) => {
Util.logger.info(
` - Requesting next batch (currently ${accumulator?.length} records)`
Util.getGrayMsg(
` - Requesting next batch (currently ${accumulator?.length} records)`
)
);
},
onRefresh: (authObject) => {
Expand Down

0 comments on commit e31af6c

Please sign in to comment.