Merged in feature/init-runner-decode (pull request #189)

Feature/init runner decode

* comment

* Merge remote-tracking branch 'origin/main'

* init runner decode


Approved-by: Mark Tomcza
This commit is contained in:
Jay Brown
2025-10-08 23:12:51 +00:00
parent 4525440edb
commit 4783b8420a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ type Body struct {
func (s Runner) Process(ctx context.Context, body Body) bool {
key, err := objectstore.ParseBucketKey(body.Key)
if err != nil {
slog.Error("unable to parse key", "key", body.Key)
slog.Error("unable to parse key", "key", body.Key, "error", err)
return false
}