[BlueBream] deploy.ini: No stacktraces on console anymore
Christian Klinger
cklinger at novareto.de
Tue Jun 28 03:37:19 EDT 2011
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
>
>
>
>
More information about the bluebream
mailing list