Skip to content

Commit

Permalink
chore: change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Feb 14, 2024
1 parent 39bbab6 commit c00234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/polling/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export async function checkForAndPlaceOrder(

switch (filterResult) {
case policy.FilterAction.DROP:
log.debug("Dropping conditional order. Reason: AcceptPolicy: DROP");
log.info("Dropping conditional order. Reason: AcceptPolicy: DROP");
ordersPendingDelete.push(conditionalOrder);

continue;
Expand Down

0 comments on commit c00234b

Please sign in to comment.