P4DTI issue job000237

TitleBugzilla logger breaks on Windows
Statusclosed
Prioritycritical
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionThe Bugzilla logger tries to log to the syslog. It can't manage that on Windows because there isn't one.
AnalysisThere's code in logger.py to get around this but it falls over because of numbers of arguments in a class method.
In logger.sys_logger:
    def syslogfn(self, text):
        return None
How foundcustomer
Evidence<http://info.ravenbrook.com/mail/2001/03/01/12-55-05/0.txt>
Introduced in0.5.0
Created byNick Barnes
Created on2001-03-01 13:16:45
Last modified byGareth Rees
Last modified on2010-10-07 12:05:47
History2001-03-01 NB Created.

Fixes

Change Effect Date User Description
9250 closed 2001-03-01 13:33:02 Nick Barnes Make syslogger fail silently on non-Posix systems.