| Title | Message objects break syslog on Linux |
| Status | closed |
| Priority | critical |
| Assigned user | Nick Barnes |
| Organization | Ravenbrook |
| Description | We have new message objects and catalogs. These don't work for the syslog on Linux because the syslog library function is expecting strings, not message objects. |
| Analysis | Call str() on the msg object in sys_logger.log |
| How found | manual_test |
| Evidence | Test of release 1.1.0 |
| Observed in | 1.1.0 |
| Introduced in | 1.1.0 |
| Created by | Nick Barnes |
| Created on | 2001-04-10 16:10:28 |
| Last modified by | Gareth Rees |
| Last modified on | 2001-12-10 19:38:26 |
| History | 2001-04-10 NB Created. |
| Change | Effect | Date | User | Description |
|---|---|---|---|---|
| 11270 | closed | 2001-04-10 16:14:15 | Nick Barnes | Added call to str() so that our message objects don't upset syslog.syslog(). |