James McMahon wrote: [Please keep the discussion on the list]
> Thank you Peter. Is it necessary to employ a close() on the handlers and a > shutdown() on the loggers themselves? -Jim Not unless you run into problems with the default mechanism -- logging.shutdown() is scheduled via atexit.register() and invoked when the application terminates normally. -- https://mail.python.org/mailman/listinfo/python-list