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
Add enough information to Instance objects so they can produce a qualified name for themselves. Example:
```
"<root>.<tests.test_python_actors.Named the_name{'f': 0/2}>"
```
The name is the full path through their creators to the root actor, along with class names and given names for each actor.
Two follow ups:
1. get this string into user logging loggers so any log they print includes what actor it is running under.
2. Use this information when creating a supervision exceptions so that we producing a nicely formatted error message.
Differential Revision: [D85988370](https://our.internmc.facebook.com/intern/diff/D85988370/)
**NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D85988370/)!
ghstack-source-id: 320185124
Pull Request resolved: #1731
0 commit comments