Re: [lxc-devel] [PATCH RFC] lxc_conf logfile and loglevel support

2012-12-04 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > On 12/03/2012 08:41 PM, Serge Hallyn wrote: > > 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-

Re: [lxc-devel] [PATCH RFC] lxc_conf logfile and loglevel support

2012-12-04 Thread Stéphane Graber
On 12/03/2012 08:41 PM, Serge Hallyn wrote: > 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 Haven't tested it but the code matches

[lxc-devel] [PATCH RFC] lxc_conf logfile and loglevel support

2012-12-03 Thread Serge Hallyn
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 --- src/lxc/conf.c |3 +++ src/lxc/conf.h |3 +++ src/lxc/confile.c