I want to direct the Z2.log file to both a local file and to a 
remote machine.  I think the configuration might be something like 
this:

<logger access>
  level WARN
  <logfile>
    path $INSTANCE/log/Z2.log
    format %(message)s
  </logfile>
  <syslog>
     address 192.168.0.92:514
     format %(message)s
  </syslog>
</logger>

but it does not seem to function correctly.  Has anyone tried this?  Any 
assistance would be appreciated.   This is Zope 2.7.6.

-- 

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to