From 53c0b3ca0b773534311932a666b4216cb0d74563 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 18:45:51 +0500 Subject: [PATCH] LOGGING=--log-level=info --- podman-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/podman-build.sh b/podman-build.sh index 62751c9..1da0518 100644 --- a/podman-build.sh +++ b/podman-build.sh @@ -91,6 +91,7 @@ curl -L -o podman-deb/etc/containers/policy.json https://src.fedoraproject.org/r ## Systemd service and socket files mkdir -p podman-deb/usr/lib/systemd/system/ # +LOGGING="--log-level=info" cat < podman-deb/usr/lib/systemd/system/podman.service [Unit] Description=Podman API Service