Re: [libvirt] [PATCH 6/8] admin: Introduce virAdmConnectSetLoggingOutputs

2016-11-22 Thread John Ferlan
On 11/22/2016 11:29 AM, Erik Skultety wrote: >>> }; >>> diff --git a/src/util/virlog.c b/src/util/virlog.c >>> index 4ac72dc..d04a461 100644 >>> --- a/src/util/virlog.c >>> +++ b/src/util/virlog.c >>> @@ -1820,6 +1820,8 @@ virLogParseFilters(const char *src, virLogFilterPtr >>> **filters) >>>

Re: [libvirt] [PATCH 6/8] admin: Introduce virAdmConnectSetLoggingOutputs

2016-11-22 Thread Erik Skultety
> > }; > > diff --git a/src/util/virlog.c b/src/util/virlog.c > > index 4ac72dc..d04a461 100644 > > --- a/src/util/virlog.c > > +++ b/src/util/virlog.c > > @@ -1820,6 +1820,8 @@ virLogParseFilters(const char *src, virLogFilterPtr > > **filters) > > * @outputs: string defining a (set of) output(

Re: [libvirt] [PATCH 6/8] admin: Introduce virAdmConnectSetLoggingOutputs

2016-11-09 Thread John Ferlan
On 11/01/2016 06:27 AM, Erik Skultety wrote: > Enable libvirt users to modify daemon's logging output settings from outside. > If an empty set is passed, a default logging output will be used the same way > as it would be in case writing an empty string to the libvirtd.conf > > Signed-off-by: Er

[libvirt] [PATCH 6/8] admin: Introduce virAdmConnectSetLoggingOutputs

2016-11-01 Thread Erik Skultety
Enable libvirt users to modify daemon's logging output settings from outside. If an empty set is passed, a default logging output will be used the same way as it would be in case writing an empty string to the libvirtd.conf Signed-off-by: Erik Skultety --- daemon/admin.c | 21 ++