Dan Kenigsberg has submitted this change and it was merged. Change subject: logging: Use 'Storage' log handler for logging storage reports ......................................................................
logging: Use 'Storage' log handler for logging storage reports This patch enables 23 storage loggers by making them child loggers of the Storage logger. Before that change all those logs were used the root handler. Change-Id: I1dd8cd29377b12dc290f90b7c6bf314d5624a830 Signed-off-by: Nir Soffer <[email protected]> Signed-off-by: Yaniv Bronhaim <[email protected]> Reviewed-on: http://gerrit.ovirt.org/23924 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/storage/blockSD.py M vdsm/storage/clusterlock.py M vdsm/storage/fileSD.py M vdsm/storage/misc.py M vdsm/storage/remoteFileHandler.py M vdsm/storage/resourceManager.py M vdsm/storage/storageServer.py M vdsm/storage/task.py M vdsm/storage/taskManager.py M vdsm/storage/threadPool.py 10 files changed, 23 insertions(+), 23 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Yaniv Bronhaim: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/23924 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1dd8cd29377b12dc290f90b7c6bf314d5624a830 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Tomáš Došek <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
