Re: [libvirt] [PATCH v2 15/20] daemon: Split output parsing and output defining

2016-10-06 Thread John Ferlan
On 10/06/2016 06:42 AM, Erik Skultety wrote: > On 21/09/16 21:14, John Ferlan wrote: >> >> >> On 08/18/2016 07:47 AM, Erik Skultety wrote: >>> Since virLogParseAndDefineOutputs is going to be stripped from 'output >>> defining' >>> logic, replace all relevant occurrences with virLogSetOutputs

Re: [libvirt] [PATCH v2 15/20] daemon: Split output parsing and output defining

2016-10-06 Thread Erik Skultety
On 21/09/16 21:14, John Ferlan wrote: > > > On 08/18/2016 07:47 AM, Erik Skultety wrote: >> Since virLogParseAndDefineOutputs is going to be stripped from 'output >> defining' >> logic, replace all relevant occurrences with virLogSetOutputs call to make >> the >> change transparent to all

Re: [libvirt] [PATCH v2 15/20] daemon: Split output parsing and output defining

2016-09-21 Thread John Ferlan
On 08/18/2016 07:47 AM, Erik Skultety wrote: > Since virLogParseAndDefineOutputs is going to be stripped from 'output > defining' > logic, replace all relevant occurrences with virLogSetOutputs call to make the > change transparent to all original callers (daemons mostly). I think the commit

[libvirt] [PATCH v2 15/20] daemon: Split output parsing and output defining

2016-08-18 Thread Erik Skultety
Since virLogParseAndDefineOutputs is going to be stripped from 'output defining' logic, replace all relevant occurrences with virLogSetOutputs call to make the change transparent to all original callers (daemons mostly). Signed-off-by: Erik Skultety --- daemon/libvirtd.c