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

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

Switched to python based event log parser.

File size: 511 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"
19PYZEVENT=/usr/local/lib/zevents.py
20
Note: See TracBrowser for help on using the repository browser.