Last change
on this file since 8794 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 |
---|
7 | HOST="192.168.20.2" |
---|
8 | # DB User |
---|
9 | USER="zlogger" |
---|
10 | |
---|
11 | ACCESS_LOG="/var/log/nginx/access.log /var/log/nginx/access-staff.log" |
---|
12 | #AWKZACCESS=/usr/local/lib/zaccess-nginx.awk |
---|
13 | PYACCESS=/usr/local/lib/zaccess-nginx.py |
---|
14 | |
---|
15 | Z2_LOG="/zope/instances/srp-log/Z2.log" |
---|
16 | PYZ2LOG=/usr/local/lib/z2log.py |
---|
17 | |
---|
18 | EVENT_LOG="/zope/instances/srp-log/event.log /zope/instances/srp-log/event-staff.log" |
---|
19 | PYZEVENT=/usr/local/lib/zevents.py |
---|
20 | |
---|
Note: See
TracBrowser for help on using the repository browser.