From 7b6228d159578cddf0834336fab3d93b98bc0e96 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 12 Aug 2014 16:05:36 +0200 Subject: [PATCH] libvirtd: conf: Mention support for logging into journald Our docs didn't mention the explicit option to log into journald. --- daemon/libvirtd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/libvirtd.conf b/daemon/libvirtd.conf index e5856d4a00..c73423f0dd 100644 --- a/daemon/libvirtd.conf +++ b/daemon/libvirtd.conf @@ -342,6 +342,8 @@ # use syslog for the output and use the given name as the ident # x:file:file_path # output to a file, with the given filepath +# x:journald +# output to journald logging system # In all case the x prefix is the minimal level, acting as a filter # 1: DEBUG # 2: INFO -- 2.47.2