Chris Curvey wrote:
> 1) Can I share log files between processes? Log messages seem to get
> written, but when it comes time to roll over a log, I generally get a
> "IO operation on closed file" error. (I'm thinking that I may have to
> set up a logging service if I want to do this, but I'm hopi
Hi all,
I've apparently tied myself up a bit using the logging package.
In my project, I have a core set of model and controller classes that
set up their logging using logging.fileConfig(). So far, so good.
But I use these core classes from a bunch of different places.
Sometimes from within a C