diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-25 12:20:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-25 12:20:39 -0700 |
commit | 01e79477ca75df54836944a94eb4840c9e9f49e1 (patch) | |
tree | 8b76672f2a4e83b0c8334132dca92e3b1279ba14 /libpod.conf | |
parent | e900e95f9aa6a22eeef9f78573dfb88df2f10d49 (diff) | |
parent | 7bf7c177ab3f67d5de1689842204c258fca083e4 (diff) | |
download | podman-01e79477ca75df54836944a94eb4840c9e9f49e1.tar.gz podman-01e79477ca75df54836944a94eb4840c9e9f49e1.tar.bz2 podman-01e79477ca75df54836944a94eb4840c9e9f49e1.zip |
Merge pull request #2850 from baude/eventsjournald
journald event logging
Diffstat (limited to 'libpod.conf')
-rw-r--r-- | libpod.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf index 80422e3dd..ca8d0fb36 100644 --- a/libpod.conf +++ b/libpod.conf @@ -113,3 +113,7 @@ runc = [ "/bin/runc", "/usr/lib/cri-o-runc/sbin/runc" ] + +# Selects which logging mechanism to use for Podman events. Valid values +# are `journald` or `file`. +events_logger = "journald" |