compose
compose copied to clipboard
fix(logs): keep log streaming active until containers fully stop
Prevents loss of final log messages during SIGINT/SIGTERM shutdown by maintaining log collection until containers complete their stop sequence.
Fixes #12918
This approach won't work as containers logs will interfere with the Stop progress status
This approach won't work as containers logs will interfere with the
Stopprogress status
What do you suggest then?
Closing this PR as we merged https://github.com/docker/compose/pull/13010