summaryrefslogtreecommitdiff
path: root/libpod/container_log.go
AgeCommit message (Expand)Author
2023-02-20podman logs passthrough driver support --cgroups=splitPaul Holzinger
2023-02-20podman logs: read journald with passthroughPaul Holzinger
2023-01-06k8s-file: podman logs --until --follow exit after timePaul Holzinger
2022-07-20fix goroutine leaks in events and logs backendPaul Holzinger
2022-07-05libpod: switch to golang native error wrappingSascha Grunert
2022-06-03podman logs k8s-file: do not reassemble partial log linesPaul Holzinger
2022-03-29Add option for pod logs to display different colors per container.gcalin
2022-03-29replace hpcloud/tail with nxadm/tailValentin Rothberg
2022-01-18bump go module to version 4Valentin Rothberg
2021-09-27logging: new mode -l passthroughGiuseppe Scrivano
2021-09-22standardize logrus messages to upper caseDaniel J Walsh
2021-09-07logs -f: file: fix dead lockValentin Rothberg
2021-08-19Podman info output plugin informationPaul Holzinger
2021-07-09Implemented Until Query Parameter for Containers/logscdoern
2021-06-21logs: k8s-file: restore poll sleepValentin Rothberg
2021-06-21logs: k8s-file: fix spurious error logsValentin Rothberg
2021-06-08logs: k8s-file: fix raceValentin Rothberg
2021-03-02Tidy duplicate log testsAshley Cui
2021-02-22bump go module to v3Valentin Rothberg
2021-01-07Fix podman logs read partial log linesPaul Holzinger
2020-12-22SpellingJosh Soref
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-09log API: add context to allow for cancellingValentin Rothberg
2020-07-06move go module to v2Valentin Rothberg
2020-06-21Use POLL_DURATION for timerjgallucci32
2020-06-20Stop following logs using timersjgallucci32
2020-06-17Merge pull request #6560 from mheon/fix_exec_logdriverOpenShift Merge Robot
2020-06-17Revert #6591 to fix issue with failed testsjgallucci32
2020-06-17Do not share container log driver for execMatthew Heon
2020-06-15Remove redundant break in for loop.jgallucci32
2020-06-12Do not print error message when container does not existjgallucci32
2020-06-12Changed from t.StopAtEOF() to t.Stop() and added error checkjgallucci32
2020-06-12Fix -f logs to stop when a container exitsjgallucci32
2020-06-11Fix -f logs follow with stopped containerQi Wang
2020-06-10Fixed bug where 'podman log <container>' would truncate some lines.Will Haines
2020-04-16podman v2 remove bloat v2Brent Baude
2019-06-27libpod removal from main (phase 2)baude
2019-05-28Add --follow to journald ctr loggingPeter Hunt
2019-05-28Address commentsPeter Hunt
2019-05-28Implement podman logs with log-driver journaldPeter Hunt
2019-05-28Added --log-driver and journald loggingPeter Hunt
2019-03-18podman logs on created container should exitbaude
2019-03-15display logs for multiple containers at the same timebaude