From 7f3d7fe7cc7a40ae16fe12f617fb958547514e51 Mon Sep 17 00:00:00 2001 From: Paul <108695806+pxrl@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:26:24 +0200 Subject: [PATCH] improve(relayer): Redirect in-protocol swap message This message can be quite spammy in the main logging channel, so redirect it to the more acceptably-noisy "unprofitable fills" channel. --- src/relayer/Relayer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/relayer/Relayer.ts b/src/relayer/Relayer.ts index 31826ce55..5ce2aadea 100644 --- a/src/relayer/Relayer.ts +++ b/src/relayer/Relayer.ts @@ -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; }