Re: logging magic

2006-06-14 Thread Vinay Sajip
[EMAIL PROTECTED] wrote: > Hi everyone. > > I've just been trying to add a bit more granularity to my logging code, > as the jump from INFO (level 20) to DEBUG (level 10) is a bit too big. > I was thinking of borrowing a few levels from java: fine (18), finer > (16) and finest(14). > > This is wha

logging magic

2006-06-12 Thread [EMAIL PROTECTED]
Hi everyone. I've just been trying to add a bit more granularity to my logging code, as the jump from INFO (level 20) to DEBUG (level 10) is a bit too big. I was thinking of borrowing a few levels from java: fine (18), finer (16) and finest(14). This is what I've tried: log = logging.getLogger(a