| Commit message (Expand) | Author | Age |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | logging: new mode -l passthrough | Giuseppe Scrivano | 2021-09-27 |
* | standardize logrus messages to upper case | Daniel J Walsh | 2021-09-22 |
* | logs -f: file: fix dead lock | Valentin Rothberg | 2021-09-07 |
* | Podman info output plugin information | Paul Holzinger | 2021-08-19 |
* | Implemented Until Query Parameter for Containers/logs | cdoern | 2021-07-09 |
* | logs: k8s-file: restore poll sleep | Valentin Rothberg | 2021-06-21 |
* | logs: k8s-file: fix spurious error logs | Valentin Rothberg | 2021-06-21 |
* | logs: k8s-file: fix race | Valentin Rothberg | 2021-06-08 |
* | Tidy duplicate log tests | Ashley Cui | 2021-03-02 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Fix podman logs read partial log lines | Paul Holzinger | 2021-01-07 |
* | Spelling | Josh Soref | 2020-12-22 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | log API: add context to allow for cancelling | Valentin Rothberg | 2020-07-09 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Use POLL_DURATION for timer | jgallucci32 | 2020-06-21 |
* | Stop following logs using timers | jgallucci32 | 2020-06-20 |
* | Merge pull request #6560 from mheon/fix_exec_logdriver | OpenShift Merge Robot | 2020-06-17 |
|\ |
|
| * | Do not share container log driver for exec | Matthew Heon | 2020-06-17 |
* | | Revert #6591 to fix issue with failed tests | jgallucci32 | 2020-06-17 |
|/ |
|
* | Remove redundant break in for loop. | jgallucci32 | 2020-06-15 |
* | Do not print error message when container does not exist | jgallucci32 | 2020-06-12 |
* | Changed from t.StopAtEOF() to t.Stop() and added error check | jgallucci32 | 2020-06-12 |
* | Fix -f logs to stop when a container exits | jgallucci32 | 2020-06-12 |
* | Fix -f logs follow with stopped container | Qi Wang | 2020-06-11 |
* | Fixed bug where 'podman log <container>' would truncate some lines. | Will Haines | 2020-06-10 |
* | podman v2 remove bloat v2 | Brent Baude | 2020-04-16 |
* | libpod removal from main (phase 2) | baude | 2019-06-27 |
* | Add --follow to journald ctr logging | Peter Hunt | 2019-05-28 |
* | Address comments | Peter Hunt | 2019-05-28 |
* | Implement podman logs with log-driver journald | Peter Hunt | 2019-05-28 |
* | Added --log-driver and journald logging | Peter Hunt | 2019-05-28 |
* | podman logs on created container should exit | baude | 2019-03-18 |
* | display logs for multiple containers at the same time | baude | 2019-03-15 |