Public bug reported: Binary package hint: python2.4
The logging module doesn't work for any kind of handler. Here is some example code that when run doesn't do anything. import logging, logging.handlers logger = logging.getLogger('') logger.setLevel(logging.DEBUG) handler = logging.handlers.SysLogHandler() logger.addHandler(handler) logger.info('Jackdaws love my big sphinx of quartz.') ** Affects: python2.4 (Ubuntu) Importance: Undecided Status: New -- Python logging module doesn't work https://bugs.launchpad.net/bugs/122986 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs