Skip to content

Commit dc36352

Browse files
committed
more root logging
1 parent 1fca752 commit dc36352

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/getMetadata.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const getRoot = (args, callback) => {
5151

5252
const results = allResults.slice(index, index + count);
5353

54+
winston.info(`getRoot allResults.length=${allResults.length}, results.length=${results.length}`);
55+
5456
callback({
5557
getMetadataResult: {
5658
index,

0 commit comments

Comments
 (0)