From 254e878c407b37a7f65c201440fc35b10d73cdea Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 14 Aug 2011 16:22:37 +0200 Subject: [PATCH] lxc: Log console output for the template container. --- var/lib/lxc/template/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/lib/lxc/template/config b/var/lib/lxc/template/config index fbef1b0..176643a 100644 --- a/var/lib/lxc/template/config +++ b/var/lib/lxc/template/config @@ -2,6 +2,9 @@ lxc.tty = 4 lxc.pts = 256 lxc.rootfs = /var/lib/lxc/template/rootfs +# Log console output +lxc.console = /var/log/lxc/template.lxc + # Hostname lxc.utsname = template -- 2.30.2