Ok, i guess i found the problem. In zope.app.appsetup.errorlog in the setup of the ErrorReport Utility the flag copy_to_zlog=False is set to False, which should be True.
I guess you have to change that value. I guess you have todo it with the help of a script. As this utility is persistent. HTH Christian > Hi Christian, > > basically we are running a vanilla bluebream with the latest paster template > in a new python 2.6 virtual environment. Bootstrapping was done like always > with python bootstrap.py and then running buildout. So nothing special here. > > But the thing is that we have a bluebream project based on bluebream 1.0b4 > where we get the stacktraces on the console. And the configuration seems to > be almost the same (deploy.ini, zope.conf). So I guess we get this different > behavior because of some package upgrades due to the version pinning or maybe > some bluebream configuration we haven't covered yet. > > > Thanks > Thomas > > > On Jun 28, 2011, at 9:37 AM, Christian Klinger wrote: > >> Hi Volker, >> >> thats intresting. So i guess you have to look in your zope.conf >> there should be a section with this contents: >> >> <eventlog> >> <logfile> >> path STDOUT >> formatter zope.exceptions.log.Formatter >> </logfile> >> </eventlog> >> >> >> Do you have this in your zope.conf? >> If not try to add it and see if it works for you. >> >> BTW. How did you bootstrap your bluebream application? >> >> Christian >> >> >> >>> Hi Christian! >>> >>> Thanks fro the fast reply. >>> >>> On 27/06/11 10:13, Christian Klinger wrote: >>>> Hi Volker, >>>> >>>> can you paste your deploy.ini file. I want to compare with my >>>> one. >>>> >>>> >>> It's a short one. >>> ================================8<====================== >>> [app:main] >>> use = egg:hat.core >>> >>> [server:main] >>> use = egg:Paste#http >>> host = 127.0.0.1 >>> port = 8080 >>> >>> [DEFAULT] >>> # set the name of the zope.conf file >>> zope_conf = %(here)s/etc/zope-deploy.conf >>> ================================8<====================== >>> >>> Best regards, >>> >>> Volker >>> >>> >>> >>> >> >> >> _______________________________________________ >> bluebream mailing list >> [email protected] >> https://mail.zope.org/mailman/listinfo/bluebream > > -------------------- > Thomas Massmann > CEO > > Inqbus > Herloßsohnstr. 12 > 04155 Leipzig, Gemany > > Phone: +49-341-5916261 > Fax: +49-341-5916261 > Cell Phone: +49-176-82198390 > > Email: [email protected] > Web: http://inqbus.de > > The information in this email and any attachments is confidential and may be > subject to legal professional privilege. It is intended solely for the > attention and use of the named addressee(s). If you are not the intended > recipient, or person responsible for delivering this information to the > intended recipient, please notify the sender immediately. Unless you are the > intended recipient or his/her representative you are not authorized to, and > must not, read, copy, distribute, use or retain this message or any part of > it. > _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
