Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log actor names together with the unique actor ID #2119

Merged
merged 2 commits into from Feb 28, 2022

Conversation

tobim
Copy link
Member

@tobim tobim commented Feb 27, 2022

This changes the log output of *self from name to name-id.

For example exporter would now be formatted as exporter-16 or exporter-48. This makes it easier to track the execution flow of specific instances of actors that exist multiple times in the same process.

馃摑 Checklist

  • All user-facing changes have changelog entries.

This changes the log output of `*self` from `name` to `name-id`.
For example `exporter` would now be formatted as `exporter-16` or
`exporter-48`. This makes it easier to track the execution flow
of specific instances of actors that exist multiple times in the
same process.
@tobim tobim requested a review from a team February 27, 2022 19:38
@tobim tobim merged commit 6007d19 into master Feb 28, 2022
@tobim tobim deleted the topic/log-actors-with-id branch February 28, 2022 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants