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 15, 2024
1 parent 629a25c commit 39efde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jobs/element-sync/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export const fetchOrders = async (
limit,
});

logger.info("fetch_orders_element", `url=${url}`);

try {
const response = await axios.get(url, {
headers: {
Expand Down

0 comments on commit 39efde5

Please sign in to comment.