[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
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