Skip to content

Commit 4103d24

Browse files
committed
clean up spot filler logs
1 parent 47ea86d commit 4103d24

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/bots/spotFiller.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,10 +1979,6 @@ export class SpotFillerBot implements Bot {
19791979
if (cfg && isVariant(cfg.status, 'enabled')) {
19801980
fulfillmentConfig = cfg;
19811981
}
1982-
} else {
1983-
logger.error(
1984-
`unknown fallback source: ${fallbackSource} (fillTxId: ${fillTxId})`
1985-
);
19861982
}
19871983

19881984
logMessageForNodeToFill(

src/webhook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function webhookMessage(
5050

5151
await axios.post(webhook, data);
5252
} catch (err) {
53-
logger.info('webhook error');
53+
logger.info(`webhook error: ${err}`);
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)