Mario Ruggier 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.