Say *why* an actor failed

This commit is contained in:
Sasha Koshka 2025-01-30 21:12:55 -05:00
parent bfca8c6f4a
commit b12ffdb0a0

View File

@ -298,7 +298,7 @@ func (this *environment) runRunnable(ctx context.Context, actor Runnable) (stopE
return return
} else { } else {
// failure // failure
log.Printf("XXX [%s] failed", typ) log.Printf("XXX [%s] failed: %v", typ, err)
} }
// restart logic // restart logic