mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08:00
Implement podman logs with log-driver journald
Add a journald reader that translates the journald entry to a k8s-file formatted line, to be added as a log line Note: --follow with journald hasn't been implemented. It's going to be a larger undertaking that can wait. Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
@ -23,6 +23,8 @@ Note: If you are following a container which is removed `podman container rm`
|
||||
or removed on exit `podman run --rm ...`, then there is a chance the the log
|
||||
file will be removed before `podman logs` reads the final content.
|
||||
|
||||
Also note: **--follow** is not currently supported when the container's log driver is journald
|
||||
|
||||
**--latest, -l**
|
||||
|
||||
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
|
||||
|
Reference in New Issue
Block a user