Re: Removing default logging handler (causes duplicate logging)

2008-03-04 Thread Gerard Flanagan
On Mar 4, 1:29 pm, Gal Aviel <[EMAIL PROTECTED]> wrote: > Hello All, > > I want to add a logger to my application, then addHandler to it to log to a > special destination. > > Unfortunately when I use logging.getLogger("my_logger") to create the new > logger, it apparently comes with a default hand

Removing default logging handler (causes duplicate logging)

2008-03-04 Thread Gal Aviel
Hello All, I want to add a logger to my application, then addHandler to it to log to a special destination. Unfortunately when I use logging.getLogger("my_logger") to create the new logger, it apparently comes with a default handler that logs to STDOUT (or STDERR?). When I add my special handler