Say *why* an actor failed
This commit is contained in:
parent
bfca8c6f4a
commit
b12ffdb0a0
@ -298,7 +298,7 @@ func (this *environment) runRunnable(ctx context.Context, actor Runnable) (stopE
|
||||
return
|
||||
} else {
|
||||
// failure
|
||||
log.Printf("XXX [%s] failed", typ)
|
||||
log.Printf("XXX [%s] failed: %v", typ, err)
|
||||
}
|
||||
|
||||
// restart logic
|
||||
|
Loading…
Reference in New Issue
Block a user