D
Dotan Barak
Hi.
I would like to use the logging module and print the following levels to
the mentioned streams:
CRITICAL -> stderr
ERROR -> stderr
WARNING -> stderr
INFO -> stdout
DEBUG -> stdout
I would like that every message will be printed only once, and for the
stream that i choose.
(I failed to find a "maximum level" for the handlers in the logging module).
Thanks in advanced
Dotan Barak
I would like to use the logging module and print the following levels to
the mentioned streams:
CRITICAL -> stderr
ERROR -> stderr
WARNING -> stderr
INFO -> stdout
DEBUG -> stdout
I would like that every message will be printed only once, and for the
stream that i choose.
(I failed to find a "maximum level" for the handlers in the logging module).
Thanks in advanced
Dotan Barak