Piotr Kliczewski has posted comments on this change.
Change subject: API: allow setLogLevel to tune a specific logger ......................................................................
Patch Set 16:
(2 comments)
https://gerrit.ovirt.org/#/c/38426/16//COMMIT_MSG Commit Message:
PS16, Line 9: the not widely known Not so known?
https://gerrit.ovirt.org/#/c/38426/16/vdsm/API.py File vdsm/API.py:
Line 1370: Set verbosity level of vdsm's log. Line 1371: Line 1372: params Line 1373: level: requested logging level. `logging.DEBUG` `logging.ERROR` Line 1374: We have nice docstring here. Please add name description here. Line 1375: Doesn't survive a restart Line 1376: """ Line 1377: try: Line 1378: logUtils.set_level(level)