I couldn't get the formatting strings to be used at all in email messages, or DB records. I eventually modified the handlers to use self.format(record) instead of record.msg ... I will send a pull request for this momentarily ...
At that point I found that the %(source)s keyword causes a key-error. I haven't looked into it further as I just needed to get formatting working for now...
I couldn't get the formatting strings to be used at all in email messages, or DB records. I eventually modified the handlers to use self.format(record) instead of record.msg ... I will send a pull request for this momentarily ...
At that point I found that the %(source)s keyword causes a key-error. I haven't looked into it further as I just needed to get formatting working for now...
Thanks