Skip to content

Commit

Permalink
improve(relayer): Redirect in-protocol swap message
Browse files Browse the repository at this point in the history
This message can be quite spammy in the main logging channel, so
redirect it to the more acceptably-noisy "unprofitable fills" channel.
  • Loading branch information
pxrl committed Oct 2, 2024
1 parent 560abc0 commit 7f3d7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/relayer/Relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export class Relayer {
at: "Relayer::filterDeposit",
message: "Skipping deposit including in-protocol token swap.",
deposit,
notificationPath: "across-unprofitable-fills",
});
return false;
}
Expand Down

0 comments on commit 7f3d7fe

Please sign in to comment.