Skip to content

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 glours and ndeloof 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?

@ndeloof
Copy link
Contributor

ndeloof commented Jul 16, 2025

Closing this PR as we merged #13010

@ndeloof ndeloof closed this Jul 16, 2025
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