Comment 3 for bug 1514828

Revision history for this message
Doug Hellmann (doug-hellmann) wrote :

oslo_log.handlers.OSSysLogHandler calls getMessage() on the record in its emit() method, but getMessage() doesn't include any exception information. We need to look at that ourselves, or just use self.format() to format the record and send that information to syslog.