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
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Currently all log messages from services don't indicate of which service instance they stem.
This can become a problem if you have more than one instance of a service type and a sudden log appears and you don't know which instance is producing it.
To address this ServiceBundle should provide logging methods which prepend the current instance name in front of all messages.