Message9401

Author pekka.klarck
Recipients pekka.klarck
Date 2015-01-15.14:37:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421332664.68.0.902791812411.issue2253@psf.upfronthosting.co.za>
In-reply-to
Content
Another solution to fix this would be always registering a handler to the acquired logger and then setting log level to WARNING. If debug logging is needed, level can be then set to DEBUG. This would probably be cleaner than setting somewhat private `manager.emittedNoHandlerWarning`.
History
Date User Action Args
2015-01-15 14:37:44pekka.klarcksetmessageid: <1421332664.68.0.902791812411.issue2253@psf.upfronthosting.co.za>
2015-01-15 14:37:44pekka.klarcksetrecipients: + pekka.klarck
2015-01-15 14:37:44pekka.klarcklinkissue2253 messages
2015-01-15 14:37:44pekka.klarckcreate