/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-06 / Pound logging to terminal

[ << ] [ >> ]

[ Pound 2.0.9 doesn't work on OpenBSD / Zoong PHAM ... ] [ Pound status / Robert Segall ... ]

Pound logging to terminal
1earthling <1earthling(at)gmail.com>
2006-06-29 23:59:05 [ FULL ]
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 ?
Attachments:  
text.html text/html 413 Bytes

RE: [Pound Mailing List] Pound logging to terminal
"John Snowdon" <J.P.Snowdon(at)newcastle.ac.uk>
2006-06-30 10:30:37 [ FULL ]
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>
2006-06-30 18:44:33 [ FULL ]
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).[...]

MailBoxer