mirror of https://github.com/containers/podman.git
When you use podman logs with --until and --follow it should exit after the requested until time and not keep hanging forever. To make this work I reworked the code to use the better journald event reading code for logs as well. this correctly uses the sd_journal API without having to compare the cursors to find the EOF. The same problems exists for the k8s-file driver, I will fix this in the next commit. Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
|---|---|---|
| .. | ||
| config.go | ||
| events.go | ||
| events_freebsd.go | ||
| events_linux.go | ||
| events_unsupported.go | ||
| filters.go | ||
| journal_linux.go | ||
| journal_unsupported.go | ||
| logfile.go | ||
| logfile_test.go | ||
| memory.go | ||
| nullout.go | ||