You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/bsky-webhook: don't log opaque bytes on error (#8)
An error in a Jetstream message currently logs the raw message as bytes, which
the slog output renders as [01 02 03 ...] format. This is noisy, and also hard
to debug, so let's truncate them and quote them for the logger.
0 commit comments