Hello
I tried configuring Pound to log everything to "/var/log/pound.log".
Some tutorials I found seemed to work for others but it didnt work for me at
all.
Iam running Pound 2.7a on SuSe Linux Enterprise Server 11 SP2 x86_64.
This is how my "/etc/pound.cfg" looks like:
## Logging: (goes to syslog by default)
## 0 no logging
## 1 normal
## 2 extended
## 3 Apache-style (common log format)
LogLevel 2
LogFacility local4
#LogFacility -
I tried both Facilities without any success.
My "/etc/syslog-ng/syslog-ng.conf" :
#This was already configured
filter f_local { facility(local0, local1, local2, local3,
local4, local5, local6, local7); };
#I added this
filter f_pound { level(info,debug) and facility(local4); };
destination pound { file("/var/log/pound.log"); };
log { source(src); filter(f_pound); destination(pound); };
Restarting the services didnt help. Am I missing anything?
Greetings,
Alexander Mantan
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.