Skip to content

fix(logs): keep log streaming active until containers fully stop #12921

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arithmeticmean
Copy link

Prevents loss of final log messages during SIGINT/SIGTERM shutdown by maintaining log collection until containers complete their stop sequence.

Fixes #12918

Prevents loss of final log messages during SIGINT/SIGTERM shutdown by maintaining
log collection until containers complete their stop sequence.

Fixes docker#12918

Signed-off-by: arithmeticmean <satyanand6996@gmail.com>
@arithmeticmean arithmeticmean requested a review from a team as a code owner June 9, 2025 11:51
@arithmeticmean arithmeticmean requested review from ndeloof and glours June 9, 2025 11:51
@ndeloof
Copy link
Contributor

ndeloof commented Jun 9, 2025

This approach won't work as containers logs will interfere with the Stop progress status

@robinhickmann
Copy link

This approach won't work as containers logs will interfere with the Stop progress status

What do you suggest then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow compose to show container shutdown logs. With an alternative UI.
3 participants