Skip to content

Commit

Permalink
feat: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeleg committed Mar 14, 2024
1 parent a328d3a commit 5c41920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jobs/element-sync/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const fetchOrders = async (
listedAfter = 0,
listedBefore = 0
) => {
logger.info(
logger.debug(
"fetch_orders_element",
`listedAfter = ${listedAfter} Fetching orders from Element`
);
Expand Down Expand Up @@ -136,7 +136,7 @@ export const fetchOrders = async (
}
}

logger.info(
logger.debug(
"fetch_orders_element",
`FINAL - Element - (${listedBefore}) Got ${numOrders} orders`
);
Expand Down

0 comments on commit 5c41920

Please sign in to comment.