Skip to content

Commit 5fc5ae7

Browse files
committed
add logging
1 parent e040dc1 commit 5fc5ae7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/swapService/strategies/balmySDK/customSourceList.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ export class CustomSourceList extends LocalSourceList {
8282
buyToken,
8383
order,
8484
}
85+
console.log(
86+
`QUERY EXECUTING: ${sourceId} ${elapsedSeconds}s ${stringify(requestGist)}`,
87+
)
8588
if (elapsedSeconds > 10) {
8689
console.log(
8790
`SLOW QUERY [10]: ${sourceId} ${elapsedSeconds}s ${stringify(requestGist)}`,

0 commit comments

Comments
 (0)