zain / jogging

Easier Django logging!
MIT License
103 stars 5 forks source link

2 issues with formatting #8

Open ethanmiller opened 14 years ago

ethanmiller commented 14 years ago

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