Hi folks,

I really miss the old style access logs :). From a posting by Phillip,
this appears to be how to get access logs to stdout; how would I
specify that it go to a file as well?

  [filter-app:main]
  use = egg:Paste#translogger
  next=myapp
  
  [app:myapp]
  use = egg:myapp
  
  [server:main]
  use = egg:Paste#http
  host = 0.0.0.0
  port = 2008

Thanks,
Roy.
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to