2 Apr
2010
2 Apr
'10
10:15 p.m.
On Sat, Apr 3, 2010 at 1:10 AM, Gabor Szabo <szabgab@gmail.com> wrote:
I think it would be better to print the filename and line number of where I called debug() which is probably a few call-frames before. Or maybe I am just missing the context.
Nope, I think you're right. Would you mind opening a ticket for it? I think the File Logging engine hasn't been touched for a while, I've noticed a few bits that could be improved. There's a warn() statement there with no newline, which means it'll get the caller of the module, instead of yours. Thanks! S.