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-
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
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