Logging Cookbook¶ Author: Vinay Sajip <vinay_sajip at red-dove dot com> This page contains a number of recipes related to logging, which have been found useful in the past. For links to tutorial and reference information, please see Other resources. Using logging in multiple modules¶ Multiple calls to logging.getLogger('someLogger') return a reference to the same logger object. This is true not on