]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/conf.h
lxc_conf logfile and loglevel support
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 3 Dec 2012 18:53:46 +0000 (12:53 -0600)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 4 Dec 2012 17:38:25 +0000 (11:38 -0600)
commit4a85ce2ad0d0b24680712c60a6576713d209b7ad
tree9ee21d4bffc5b2d46eb00536fec4d14ca83aaad4
parent44d397891e691ab994a69766cc72e57265b62da1
lxc_conf logfile and loglevel support

Add 'lxc.logfile' and 'lxc.loglevel' config items.  Values provided on
the command line override the config items.

Have lxccontainer not set a default loglevel and logfile.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c
src/lxc/log.c
src/lxc/log.h
src/lxc/lxccontainer.c