Hello,
Trying to get pound to log to /var/log/pound.log
Working with Pound 2.7a and noticed that I am not able to get
LogFacility local1 to work with rsyslogd.
No matter what I try, it is always logging to /var/log/syslog.
Pound: 2.7a
OS: Ubuntu 12.04.1 LTS
rsyslogd: 5.8.6
My /etc/pound/pound.cfg
## Logging: (goes to syslog by default)
LogFacility local1
## 0 no logging
## 1 normal
## 2 extended
## 3 Apache-style (common log format)
LogLevel 1
My /etc/rsyslog.d/49-pound.conf (loads before 50-default.conf)
# Default rules for pound logging.
#
# For more information see rsyslog.conf(5) and
/etc/rsyslog.conf
# Pound writes some info to syslog
local1.* -/var/log/pound.log
& ~
I make the changes to the configs and restart both services, but pound
will only log to syslog.
Is this a Bug ?? Any ideas ????
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.