Skip to content

Commit

Permalink
log NoEmbed errors at the debug level (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Nov 5, 2024
1 parent 339dee6 commit 9ae19ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const make = Effect.gen(function* () {
})
}).pipe(
Effect.withSpan("NoEmbed.handleMessage"),
Effect.catchAllCause(Effect.logError),
Effect.catchAllCause(Effect.logDebug),
)

yield* gateway
Expand Down

0 comments on commit 9ae19ea

Please sign in to comment.