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