blob: cd4a32f04bbfd37710cae1f40a4c455c4acef79d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
README.SLACKWARE
Adding something like this to your /etc/syslog.conf file, and then
restarting syslogd should enable pound logging to its own files.
# Redirect pound logs
local6.=info -/var/log/pound/access.log
local6.notice -/var/log/pound/error.log
You might want to add "local6.none" to the excludes as well, but that's
your call.
|