Is there an easy way with python\'s logging module to send messages with a DEBUG or INFO level and the one with a higher level to different streams?
Is it a good ide
Yes. You must define multiple handlers for your logging.
http://docs.python.org/library/logging.html#logging-to-multiple-destinations
http://docs.python.org/library/logging.handlers.html#module-logging.handlers