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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container stopped message does not label which container was stopped. #3473

Closed
skyscooby opened this issue Dec 22, 2024 · 4 comments · Fixed by #3494
Closed

Container stopped message does not label which container was stopped. #3473

skyscooby opened this issue Dec 22, 2024 · 4 comments · Fixed by #3494
Labels
bug Something isn't working

Comments

@skyscooby
Copy link

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

@skyscooby skyscooby added the enhancement New feature or request label Dec 22, 2024
@amir20
Copy link
Owner

amir20 commented Dec 22, 2024

That's right. @skyscooby I noticed this too. If you have a screenshot handy then attach it too so I can remember.

@wwqwq2313 who are you? You should be sending PRs to this repo.

@skyscooby
Copy link
Author

Screenshot From 2024-12-22 10-19-41

who are you? You should be sending PRs to this repo.

Looks like some kind of new AI tool https://latta.ai/ourmission

@amir20
Copy link
Owner

amir20 commented Dec 22, 2024

public issues Latta already tried to solve.

Keyword "tried". 😂

@amir20 amir20 added bug Something isn't working and removed enhancement New feature or request labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@amir20 @skyscooby and others