wasmCloud / wasmcloud-otp

wasmCloud host runtime that leverages Elixir/OTP and Rust to provide simple, secure, distributed application development using the actor model
Apache License 2.0
228 stars 48 forks source link

[BUG] Unlink linkdef logs need additional context #634

Open ricochet opened 1 year ago

ricochet commented 1 year ago

Describe the bug

The unlink linkdef logs do not include context for which actor was unlinked.

To Reproduce

Steps to reproduce the behavior:

  1. Link actor
  2. Unlink actor
  3. Review host logs

Expected behavior

It should be clear which actor was unlinked. All logs in this flow show be updated.

Environment (please complete the following information)

Additional context

Testing with an actor whose put link fails might be another user flow to observe and test.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this has been closed too eagerly, please feel free to tag a maintainer so we can keep working on the issue. Thank you for contributing to wasmCloud!

brooksmtownsend commented 1 year ago

This is a quick-win and we should totally do it. Marking as good-first-issue thanks to it being very low barrier to entry 😄