diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-18 01:03:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 01:03:38 +0200 |
commit | 8bcfd24397ee365a08ea9fe95cae91554a933e5c (patch) | |
tree | bc5faebd3c95d6856d1c32c4d04f97650d3ab445 /docs | |
parent | e639a8fa3b8f1f00075f18fffb724601a6c73be1 (diff) | |
parent | 0003be1e0eab1e316a957dec113665685a385c17 (diff) | |
download | podman-8bcfd24397ee365a08ea9fe95cae91554a933e5c.tar.gz podman-8bcfd24397ee365a08ea9fe95cae91554a933e5c.tar.bz2 podman-8bcfd24397ee365a08ea9fe95cae91554a933e5c.zip |
Merge pull request #3338 from jwhonce/issue/3299
Add remote client log to file
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index e1dc1d1f1..c23075718 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -90,6 +90,8 @@ Storage driver option, Default storage driver options are configured in /etc/con output logging information to syslog as well as the console +On remote clients, logging is directed to the file ~/.config/containers/podman.log + **--version**, **-v** Print the version |