Re: Simple question about logging module.

2007-07-31 Thread Gabor Urban
Thx guys You gave me good ideas. At the moment I do not have time for it, but I would like to write a summary. Have fun -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple question about logging module.

2007-07-31 Thread Alex Popescu
"Gabor Urban" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > --=_Part_36089_18686793.1185871599583 > Hullo, > > I have started to use Python's logging, and got a problem. I have > created some loggers and wrote some lines in the log. The problem is, > that most of the lines appear do

Simple question about logging module.

2007-07-31 Thread Gabor Urban
Hullo, I have started to use Python's logging, and got a problem. I have created some loggers and wrote some lines in the log. The problem is, that most of the lines appear doubled in the log, and some lines do not appear at all. Any ideas or comments are wellcome, Gabor Here is the code: impo