Greetings,
I compliled Pound (v 2.0.7) with logging disabled and i'm now getting all
the logs sent to my terminals:
[root(at)sparky html]# /usr/local/sbin/pound -v -f /etc/pound.cfg
29/Jun/2006 14:43:54 -0700: starting...
[root(at)sparky html]# 24.5.23.2 GET /main.php HTTP/1.1 - HTTP/1.1 200 OK
...
How do i disable logging altogether ?
I use the following syntax along for my own log rotation and analysis
scripts (rather than messing with extracting pound messages from
syslog):
pound -f config.cfg >/var/log/poung.log 2>/var/log/pound.error
Substitute /dev/null for the log files if you don't want to know what is
going on!
John Snowdon - IT Support Specialist
-==========================================-
School of Medical Education Development
Faculty of Medical Sciences Computing
University of Newcastle
[...]
Re: [Pound Mailing List] Pound logging to terminal Robert Segall <roseg(at)apsis.ch>
On Thu, 2006-06-29 at 14:59 -0700, 1earthling wrote:[...]
"Logging disabled" means "do not use syslog - send messages to
stdout/stderr instead".
[...]
LogLevel 0, or redirect stdout/stderr to /dev/null, or do it via the
syslog (have it write to /dev/null).[...]