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