source: WAeUP_SysConf/logging/trunk/etc/default/updatelogdb @ 2826

Last change on this file since 2826 was 2826, checked in by uli, 17 years ago

Added logging scripts and configs.

File size: 513 bytes
Line 
1
2## Locations of pound and event logs.
3## These are needed by updatedb-scripts
4## in /usr/local/sbin
5
6# DB Host
7HOST="192.168.20.2"
8# DB User
9USER="zlogger"
10
11ACCESS_LOG="/var/log/nginx/access.log /var/log/nginx/access-staff.log"
12#AWKZACCESS=/usr/local/lib/zaccess-nginx.awk
13PYACCESS=/usr/local/lib/zaccess-nginx.py
14
15Z2_LOG="/zope/instances/srp-log/Z2.log"
16PYZ2LOG=/usr/local/lib/z2log.py
17
18EVENT_LOG="/zope/instances/srp-log/event.log /zope/instances/srp-log/event-staff.log"
19AWKZEVENT=/usr/local/lib/zevents.awk
20
Note: See TracBrowser for help on using the repository browser.