Peter Portante has posted comments on this change. Change subject: Attempt to name created threads appropriately. ......................................................................
Patch Set 1: Before I abandon this change, it would seem like this small change to logger.conf.in would do the trick: diff --git a/vdsm/logger.conf.in b/vdsm/logger.conf.in index f012683..cb32933 100644 --- a/vdsm/logger.conf.in +++ b/vdsm/logger.conf.in @@ -66,13 +66,8 @@ format: %(name)s:%(levelname)s: %(message)s format: %(message)s [formatter_long] -format: %(threadName)s::%(levelname)s::%(asctime)s::%(module)s::%(lineno)d::%(name)s::(%(funcName)s) %(message)s +format: %(thread)d::%(levelname)s::%(asctime)s::%(module)s::%(lineno)d::%(name)s::(%(funcName)s) %(message)s [formatter_sysform] format= %(asctime)s %(levelname)s %(message)s datefmt= -- To view, visit http://gerrit.ovirt.org/3517 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8131f4cf0ef907ad7abed24065523da9a42bb0d2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Peter Portante <[email protected]> Gerrit-Reviewer: Duncan Mac-Vicar P. <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Peter Portante <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
