Ch driver will use virtlogd to consolidate logs from hypervisor and its domains. Signed-off-by: Praveen K Paladugu <praveenkpaladugu@xxxxxxxxx> --- src/ch/ch_conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ch/ch_conf.c b/src/ch/ch_conf.c index cab97639c4..6161ce4987 100644 --- a/src/ch/ch_conf.c +++ b/src/ch/ch_conf.c @@ -165,6 +165,7 @@ virCHDriverConfigNew(bool privileged) configbasedir = virGetUserConfigDirectory(); cfg->saveDir = g_strdup_printf("%s/ch/save", configbasedir); } + cfg->stdioLogD = true; return cfg; } -- 2.47.0