From 0003be1e0eab1e316a957dec113665685a385c17 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Fri, 14 Jun 2019 14:06:28 -0700 Subject: Add remote client logging to a file Logging messages from the dependency libraries should not log onto the screen when using the remote client. This patch writes logging to ~/.config/containers/podman-remote.log Fixes #3299 Signed-off-by: Jhon Honce --- docs/podman.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/podman.1.md b/docs/podman.1.md index 84e695d23..a150ca373 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 -- cgit v1.2.3-54-g00ecf