diff options
Diffstat (limited to 'network/pound/README.SLACKWARE')
-rw-r--r-- | network/pound/README.SLACKWARE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/pound/README.SLACKWARE b/network/pound/README.SLACKWARE new file mode 100644 index 0000000000..cd4a32f04b --- /dev/null +++ b/network/pound/README.SLACKWARE @@ -0,0 +1,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. + |