Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information