From: Chris A. <ch...@nu...> - 2005-09-09 06:07:47
|
In an application where I have multiple children each needing to log to their own file, I've noticed using the get_logger() or init to changes the configuration for all the children and the parent as well. So effectively, when multiple processes use the same instance through get_logger() they all just combine in the same file. I didn't see anything in the documentation regarding how to handle this, so I was hoping someone may be able to shed some light on what I need to do to segregate these logging rules. |