Skip to content

Commit

Permalink
feat: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeleg committed Feb 8, 2024
1 parent af17186 commit fe53adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/seaport-sync/realtime-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (config.doRealtimeWork && config.doOpenseaWork) {
logger.error(
REALTIME_QUEUE_NAME,
JSON.stringify({
message: `SeaPort sync failed attempts=${job.attemptsMade}, error=${error}`,
message: `SeaPort sync failed attempts=${job.attemptsMade}, error=${JSON.stringify(error)}`,
error,
attempts: job.attemptsMade,
syncSource: "Seaport",
Expand Down

0 comments on commit fe53adc

Please sign in to comment.