Re: [Qemu-devel] [PATCH 1/5] guestperf: Configure logging on all shell frontends

2017-09-28 Thread Eduardo Habkost
On Thu, Sep 28, 2017 at 11:15:47AM +0200, Lukáš Doktor wrote: [...] > > @@ -231,6 +239,7 @@ class PlotShell(object): > > > > def run(self, argv): > > args = self._parser.parse_args(argv) > > This class is not inherited from the `BaseShell`, therefor it > does not contain `init_logg

Re: [Qemu-devel] [PATCH 1/5] guestperf: Configure logging on all shell frontends

2017-09-28 Thread Lukáš Doktor
Dne 27.9.2017 v 15:03 Eduardo Habkost napsal(a): > The logging module will eventually replace the 'debug' parameter > in QEMUMachine and QEMUMonitorProtocol. > > Cc: Daniel P. Berrange > Signed-off-by: Eduardo Habkost > --- > tests/migration/guestperf/shell.py | 9 + > 1 file changed, 9

Re: [Qemu-devel] [PATCH 1/5] guestperf: Configure logging on all shell frontends

2017-09-27 Thread Daniel P. Berrange
On Wed, Sep 27, 2017 at 10:03:35AM -0300, Eduardo Habkost wrote: > The logging module will eventually replace the 'debug' parameter > in QEMUMachine and QEMUMonitorProtocol. > > Cc: Daniel P. Berrange > Signed-off-by: Eduardo Habkost > --- > tests/migration/guestperf/shell.py | 9 + > 1

[Qemu-devel] [PATCH 1/5] guestperf: Configure logging on all shell frontends

2017-09-27 Thread Eduardo Habkost
The logging module will eventually replace the 'debug' parameter in QEMUMachine and QEMUMonitorProtocol. Cc: Daniel P. Berrange Signed-off-by: Eduardo Habkost --- tests/migration/guestperf/shell.py | 9 + 1 file changed, 9 insertions(+) diff --git a/tests/migration/guestperf/shell.py