On 10/4/07, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote:
>
> > ______________________________________
> > ANOTHER PROBLEM:
> > I don't get the access logs constantly running in Terminal that I was
> > used to.
> > How do I start these up?
>
> Ah, thanks for bringing this up. You can use a logging middleware, such
> as Paste#translogger. Simply edit 'deploy.ini' and change it to read::
>
>
> [filter-app:main]
> use = egg:Paste#translogger
> next = zope
>
> [app:zope]
> use = egg:HelloWorld
>
> [server:main]
> use = egg:Paste#http
> host = 127.0.0.1
> port = 8080
>

Can I get logging in debug mode? In debug.ini, there is already a
[filter-app:main] specification. What shall I put in this section to
enable both debugging and logging?

-- 
Hong Yuan

大管家网上建材超市
装修装潢建材一站式购物
http://www.homemaster.cn
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to