summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-service.1.md
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2020-11-18 16:06:02 -0700
committerJhon Honce <jhonce@redhat.com>2020-11-19 14:42:56 -0700
commitd8795a36b2ed8c53f0597ab14f46935ea977e84b (patch)
tree3e11b6e0e67df7955532aae1efc4a2f1eb34c4b3 /docs/source/markdown/podman-system-service.1.md
parenta18365c908d45a8ee9348c5e32a240a7b9a4091b (diff)
downloadpodman-d8795a36b2ed8c53f0597ab14f46935ea977e84b.tar.gz
podman-d8795a36b2ed8c53f0597ab14f46935ea977e84b.tar.bz2
podman-d8795a36b2ed8c53f0597ab14f46935ea977e84b.zip
Make podman service log events
* Log endpoint calls at level Info * Ensure API server started at level Info Fixes #8390 Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-system-service.1.md')
-rw-r--r--docs/source/markdown/podman-system-service.1.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md
index 39e30ec02..1fdecfa5c 100644
--- a/docs/source/markdown/podman-system-service.1.md
+++ b/docs/source/markdown/podman-system-service.1.md
@@ -17,12 +17,14 @@ The REST API provided by **podman system service** is split into two parts: a co
Documentation for the latter is available at *https://docs.podman.io/en/latest/_static/api.html*.
Both APIs are versioned, but the server will not reject requests with an unsupported version set.
+Note: The default systemd unit files (system and user) change the log-level option to *info* from *error*. This change provides additional information on each API call.
+
## OPTIONS
#### **--time**, **-t**
The time until the session expires in _seconds_. The default is 5
-seconds. A value of `0` means no timeout and the session will not expire.
+seconds. A value of `0` means no timeout, therefore the session will not expire.
#### **--help**, **-h**
@@ -40,3 +42,4 @@ podman(1), podman-system-service(1), podman-system-connection(1)
## HISTORY
January 2020, Originally compiled by Brent Baude<bbaude@redhat.com>
+November 2020, Updated by Jhon Honce <jhonce at redhat.com>