summaryrefslogtreecommitdiff
path: root/libpod/container_log.go
Commit message (Expand)AuthorAge
* fix goroutine leaks in events and logs backendPaul Holzinger2022-07-20
* libpod: switch to golang native error wrappingSascha Grunert2022-07-05
* podman logs k8s-file: do not reassemble partial log linesPaul Holzinger2022-06-03
* Add option for pod logs to display different colors per container.gcalin2022-03-29
* replace hpcloud/tail with nxadm/tailValentin Rothberg2022-03-29
* bump go module to version 4Valentin Rothberg2022-01-18
* logging: new mode -l passthroughGiuseppe Scrivano2021-09-27
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* logs -f: file: fix dead lockValentin Rothberg2021-09-07
* Podman info output plugin informationPaul Holzinger2021-08-19
* Implemented Until Query Parameter for Containers/logscdoern2021-07-09
* logs: k8s-file: restore poll sleepValentin Rothberg2021-06-21
* logs: k8s-file: fix spurious error logsValentin Rothberg2021-06-21
* logs: k8s-file: fix raceValentin Rothberg2021-06-08
* Tidy duplicate log testsAshley Cui2021-03-02
* bump go module to v3Valentin Rothberg2021-02-22
* Fix podman logs read partial log linesPaul Holzinger2021-01-07
* SpellingJosh Soref2020-12-22
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* log API: add context to allow for cancellingValentin Rothberg2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Use POLL_DURATION for timerjgallucci322020-06-21
* Stop following logs using timersjgallucci322020-06-20
* Merge pull request #6560 from mheon/fix_exec_logdriverOpenShift Merge Robot2020-06-17
|\
| * Do not share container log driver for execMatthew Heon2020-06-17
* | Revert #6591 to fix issue with failed testsjgallucci322020-06-17
|/
* Remove redundant break in for loop.jgallucci322020-06-15
* Do not print error message when container does not existjgallucci322020-06-12
* Changed from t.StopAtEOF() to t.Stop() and added error checkjgallucci322020-06-12
* Fix -f logs to stop when a container exitsjgallucci322020-06-12
* Fix -f logs follow with stopped containerQi Wang2020-06-11
* Fixed bug where 'podman log <container>' would truncate some lines.Will Haines2020-06-10
* podman v2 remove bloat v2Brent Baude2020-04-16
* libpod removal from main (phase 2)baude2019-06-27
* Add --follow to journald ctr loggingPeter Hunt2019-05-28
* Address commentsPeter Hunt2019-05-28
* Implement podman logs with log-driver journaldPeter Hunt2019-05-28
* Added --log-driver and journald loggingPeter Hunt2019-05-28
* podman logs on created container should exitbaude2019-03-18
* display logs for multiple containers at the same timebaude2019-03-15