Re: Review Request 115332: Add a --quiet option

2014-01-28 Thread Alex Merry
> On Jan. 27, 2014, 5:37 p.m., Aurélien Gâteau wrote: > > Looks good, but I would suggest using Python logging module instead of > > writing our own. Basic usage should be as simple as: > > > > # setup > > import logging > > > > ... parse args... > > > > if args.quiet: > > minlevel = logg

Re: Review Request 115332: Add a --quiet option

2014-01-28 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115332/ --- (Updated Jan. 28, 2014, 3:51 p.m.) Status -- This change has been di

Re: Review Request 115332: Add a --quiet option

2014-01-27 Thread Alex Merry
> On Jan. 27, 2014, 5:37 p.m., Aurélien Gâteau wrote: > > Looks good, but I would suggest using Python logging module instead of > > writing our own. Basic usage should be as simple as: > > > > # setup > > import logging > > > > ... parse args... > > > > if args.quiet: > > minlevel = logg

Re: Review Request 115332: Add a --quiet option

2014-01-27 Thread Aurélien Gâteau
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115332/#review48402 --- Looks good, but I would suggest using Python logging module in

Review Request 115332: Add a --quiet option

2014-01-27 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115332/ --- Review request for KDE Frameworks and Aurélien Gâteau. Repository: kapido