summaryrefslogtreecommitdiff
path: root/libpod/container_log_linux.go
Commit message (Expand)AuthorAge
* fix goroutine leaks in events and logs backendPaul Holzinger2022-07-26
* libpod: switch to golang native error wrappingSascha Grunert2022-07-05
* golangci-lint: add systemd build tagPaul Holzinger2022-06-14
* Fix --tail log on restart problemDaniel J Walsh2022-04-13
* Add option for pod logs to display different colors per container.gcalin2022-03-29
* Add the names flag for pod logsXueyuan Chen2022-03-01
* Fix: Do not print error when parsing journald log failsmyml2022-02-07
* bump go module to version 4Valentin Rothberg2022-01-18
* Merge pull request #12285 from nalind/journal-follow-not-earlyOpenShift Merge Robot2021-11-15
|\
| * journald logs: keep reading until the journal's endNalin Dahyabhai2021-11-15
* | Error logs --follow if events-backend != journald, event-logger=journaldDaniel J Walsh2021-11-13
|/
* Fix a few problems in 'podman logs --tail' with journald driverHironori Shiina2021-10-26
* Use exponential backoff when waiting for a journal entryNalin Dahyabhai2021-10-18
* libpod/Container.readFromJournal(): don't skip the first entryNalin Dahyabhai2021-08-23
* Switch eventlogger to journald by defaultDaniel J Walsh2021-08-23
* Podman info output plugin informationPaul Holzinger2021-08-19
* Run codespell to fix spellingDaniel J Walsh2021-08-11
* Implemented --until flag for libpod's container logscdoern2021-07-22
* Implemented Until Query Parameter for Containers/logscdoern2021-07-09
* journald logger: fix race conditionValentin Rothberg2021-05-26
* podman image tree: restore previous behaviorValentin Rothberg2021-05-12
* Tidy duplicate log testsAshley Cui2021-03-02
* bump go module to v3Valentin Rothberg2021-02-22
* Turn on journald and k8s file logging testsDaniel J Walsh2021-02-19
* Fix journald logs with more than 1 containerAshley Cui2021-02-19
* Fix journald logs --followAshley Cui2021-02-19
* Fix journald logs --sinceAshley Cui2021-02-19
* fix journald logs --tail 0Ashley Cui2021-02-19
* Fix Podman logs reading journaldAshley Cui2020-10-02
* 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
* update systemd & dbus dependenciesValentin Rothberg2020-03-10
* Misc typo fixesAbhijeet Kasurde2020-02-18
* logs: support --tail 0Giuseppe Scrivano2019-10-31
* 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