From: "Brian C. Lane" bcl@redhat.com
The rsyslog template for forwarding logs over virtio was lost when loader was removed. --- pyanaconda/anaconda_log.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pyanaconda/anaconda_log.py b/pyanaconda/anaconda_log.py index f9d884e..68b0f70 100644 --- a/pyanaconda/anaconda_log.py +++ b/pyanaconda/anaconda_log.py @@ -224,7 +224,7 @@ class AnacondaLog: def setupVirtio(self): """Setup virtio rsyslog logging. """ - TEMPLATE = "*.* %s\n" + TEMPLATE = "*.* %s;anaconda_syslog\n"
if not os.path.exists(self.VIRTIO_PORT) \ or not os.access(self.VIRTIO_PORT, os.W_OK):
anaconda-patches@lists.fedorahosted.org