The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6574

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Thomas Parrott <thomas.parr...@canonical.com>
From 595f15957f904b9605fa1c564327d223f857c018 Mon Sep 17 00:00:00 2001
From: Thomas Parrott <thomas.parr...@canonical.com>
Date: Mon, 9 Dec 2019 00:52:38 +0000
Subject: [PATCH] lxd/instance/qemu: Sets log file to qemu.log

Signed-off-by: Thomas Parrott <thomas.parr...@canonical.com>
---
 lxd/instance/qemu/vm_qemu.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/instance/qemu/vm_qemu.go b/lxd/instance/qemu/vm_qemu.go
index 5f149794b2..9643c3247a 100644
--- a/lxd/instance/qemu/vm_qemu.go
+++ b/lxd/instance/qemu/vm_qemu.go
@@ -2979,7 +2979,7 @@ func (vm *Qemu) LogPath() string {
 
 // LogFilePath returns the instance's log path.
 func (vm *Qemu) LogFilePath() string {
-       return filepath.Join(vm.LogPath(), "lxvm.log") // tomp TODO is this 
correct?
+       return filepath.Join(vm.LogPath(), "qemu.log")
 }
 
 // ConsoleBufferLogPath returns the instance's console buffer log path.
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to