I'm trying desperately to get pound to write to it's own log file. I attempted to follow the direction provided here (http://myfreshthoughts.blogspot.com/2008/07/howto-tell-pound-to-log-into-its-own.html) but I'm not at all familiar with rsyslog which Ubuntu now uses.
I added the following to the global section of my pound.cfg:

LogFacility local0
LogLevel 3

I attempted to edit file /etc/rsyslog.d/50-default.conf as follows:

...
local0.*                                /var/log/pound.log
*.*;auth,authpriv.none;local0.none              -/var/log/syslog
...
*.=info;*.=notice;*.=warn;\
       auth,authpriv.none;\
       cron,daemon.none;\
       mail,news.none,local0.none              -/var/log/messages


I HUP'ed rsyslogd and restarted Pound but it keeps writing to syslog.

I realize this question may be more appropriately directed another forum but am hoping that someone here has already done so and can offer some direction.

Many thanks in advance.

--
Scott Dudley


--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to