On Mar 9, 2005, at 2:16 PM, David Binger wrote: >> I am using the default logger. Could it be something coming form the >> environment? What shall I poke at? I am using stock python 2.3 on OS >> X. And bash is retained as default shell. > > The only thing I can think of is that the Publisher's config might have > a value set for "error_log". I'd put a print at the bottom of > Publisher.__init__() and see what self.logger.error_log and sys.stdout > are. These print statements do not appear either! But grepping... they actually appear in the quixote error log ;( I have set just yesterday the quixote config vars for access_log and error_log, and evidently they reset stderr and stdout... so they cannot co-exist. Sorry about forgetting to mention those settings. So, it does work as you say. Thanks, mario