[Zope3-Users] zopeproject/paster - specifying access logs?
    roymathew at bellsouth.net 
    roymathew at bellsouth.net
       
    Sat Oct 27 16:32:14 EDT 2007
    
    
  
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.
    
    
More information about the Zope3-users
mailing list