]> git.ipfire.org Git - thirdparty/lxc.git/commit
add lxc.console.logpath
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 8 Aug 2014 18:34:38 +0000 (18:34 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 8 Aug 2014 18:37:29 +0000 (14:37 -0400)
commita21f8a049ab2c5a379834522aeb2683621f0bca4
tree534441c3e13ff65d520058d8ec2d21d33def2c84
parent4d772b5d2dc3e1be60d13c71e415934153e00a50
add lxc.console.logpath

logpath has been supported through lxc-start command line, but not
through the API.  Since the lxc.console is now required to be a device,
support lxc.console.logfile to be a simple file to which console output
will be logged.

clear_config_item is not supported, as it isn't for lxc.console, bc
you can do 'lxc.console.logfile =' to clear it.

(This patch is for stable-1.0)

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/lxc.container.conf.sgml.in
src/lxc/conf.c
src/lxc/confile.c