diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-01 08:43:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 08:43:50 -0500 |
commit | 8bdda91ab738d634528259581c8adebe1db007b4 (patch) | |
tree | 59af32859f166fb3ae84bbbe1b46126e3c950577 /docs | |
parent | 87d22e101465fa9e8d25653918328e768a92aa71 (diff) | |
parent | 40c6192e9e3da7f2f3f54365c89b4b837ed74fd8 (diff) | |
download | podman-8bdda91ab738d634528259581c8adebe1db007b4.tar.gz podman-8bdda91ab738d634528259581c8adebe1db007b4.tar.bz2 podman-8bdda91ab738d634528259581c8adebe1db007b4.zip |
Merge pull request #13362 from keonchennl/pod-logs-add-flag
Add the names flag for pod logs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-pod-logs.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-pod-logs.1.md b/docs/source/markdown/podman-pod-logs.1.md index 53aa5d58b..880853000 100644 --- a/docs/source/markdown/podman-pod-logs.1.md +++ b/docs/source/markdown/podman-pod-logs.1.md @@ -28,6 +28,10 @@ chance that the log file will be removed before `podman pod logs` reads the fina Instead of providing the pod name or id, get logs of the last created pod. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines) +#### **--names**, **-n** + +Output the container names instead of the container IDs in the log. + #### **--since**=*TIMESTAMP* Show logs since TIMESTAMP. The --since option can be Unix timestamps, date formatted timestamps, or Go duration |