Skip to content

Commit

Permalink
improve(relayer): Redirect in-protocol swap message (#1848)
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 authored Oct 4, 2024
1 parent 6b42f79 commit d3a88d5
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 d3a88d5

Please sign in to comment.