[py-dev] Logging in the py library

holger krekel hpk at trillke.net
Sun Jun 12 01:17:13 CEST 2005


Hi Grig, 

On Sun, Jun 12, 2005 at 01:10 +0200, holger krekel wrote:
> and then 
> 
>     'py.trace.debug':   ('./misc/trace.py', 'debug'), 

one little note.  You cannot mix different levels of 
namespace definition. 

      'py.log': ..., 
and 
      'py.log.something': ... 

i.e. one definition is not allowed to "shadow" another one. 

cheers, 

    holger



More information about the Pytest-dev mailing list