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
When watching any page streaming multiple containers if a container stops it will emit a Container stopped message. This line however is not prefixed with the container name like the log messages themselves. When watching many containers identifying which container was stopped is not easy.. you kind of have to deduce which one has stopped emitting messages.
Describe how you would like to see this feature implemented
Either prefix the event with the container name or change the message on the event to 'Container stopped (container-name)' or '(container-name) stopped' or some variant that identifies which container was stopped. This would also be good to include in the Container started messages as well.
Describe any alternatives you've considered
No response
The text was updated successfully, but these errors were encountered:
Describe the feature you would like to see
When watching any page streaming multiple containers if a container stops it will emit a Container stopped message. This line however is not prefixed with the container name like the log messages themselves. When watching many containers identifying which container was stopped is not easy.. you kind of have to deduce which one has stopped emitting messages.
Describe how you would like to see this feature implemented
Either prefix the event with the container name or change the message on the event to 'Container stopped (container-name)' or '(container-name) stopped' or some variant that identifies which container was stopped. This would also be good to include in the Container started messages as well.
Describe any alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: