# A container that never started keeps its output

A failed start removed the container and its log with it, so the logs command returned nothing exactly when it mattered most.

> Fixed · 2026-09-15 · Applications, Functions

- The last 64 KB are written to disk before the container is removed
- A successful start clears the stored output again, so an old crash never masks a running container
