aboutsummaryrefslogtreecommitdiff
path: root/contrib/systemd
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 /contrib/systemd
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 'contrib/systemd')
-rw-r--r--contrib/systemd/system/podman.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service
index e14bbe078..9b5a1a87f 100644
--- a/contrib/systemd/system/podman.service
+++ b/contrib/systemd/system/podman.service
@@ -8,4 +8,5 @@ StartLimitIntervalSec=0
[Service]
Type=notify
KillMode=process
-ExecStart=/usr/bin/podman system service
+Environment=LOGGING="--log-level=info"
+ExecStart=/usr/bin/podman $LOGGING system service