Title | Bugzilla logger breaks on Windows |
Status | closed |
Priority | critical |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | The Bugzilla logger tries to log to the syslog. It can't manage that on Windows because there isn't one. |
Analysis | There'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 found | customer |
Evidence | <http://info.ravenbrook.com/mail/2001/03/01/12-55-05/0.txt > |
Introduced in | 0.5.0 |
Created by | Nick Barnes |
Created on | 2001-03-01 13:16:45 |
Last modified by | Gareth Rees |
Last modified on | 2010-10-07 12:05:47 |
History | 2001-03-01 NB Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
9250 | closed | 2001-03-01 13:33:02 | Nick Barnes | Make syslogger fail silently on non-Posix systems. |