summaryrefslogtreecommitdiff
path: root/test/e2e/config/containers-journald.conf
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-24 05:47:10 -0400
committerGitHub <noreply@github.com>2021-06-24 05:47:10 -0400
commitda33fc45b6628c1ac1a16e49790be2b4fbf502a5 (patch)
treed353296c94d74bd2dc3d445ad46de4c6df769037 /test/e2e/config/containers-journald.conf
parent63626e9b583da3929e8ed1020deed97c14bd2206 (diff)
parentf2dff41dbc95812b4fa9f36279e6daf6999e4452 (diff)
downloadpodman-da33fc45b6628c1ac1a16e49790be2b4fbf502a5.tar.gz
podman-da33fc45b6628c1ac1a16e49790be2b4fbf502a5.tar.bz2
podman-da33fc45b6628c1ac1a16e49790be2b4fbf502a5.zip
Merge pull request #10583 from rhatdan/log
Support log_tag defaults from containers.conf
Diffstat (limited to 'test/e2e/config/containers-journald.conf')
-rw-r--r--test/e2e/config/containers-journald.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/e2e/config/containers-journald.conf b/test/e2e/config/containers-journald.conf
new file mode 100644
index 000000000..463f9a9fa
--- /dev/null
+++ b/test/e2e/config/containers-journald.conf
@@ -0,0 +1,4 @@
+[containers]
+
+log_driver="journald"
+log_tag="{{.ImageName}}"