/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-02 / logging

[ << ] [ >> ]

[ Does Pound support CRL checking? / Damien Dougan ... ] [ Pound vs. PLB / Tomas Kolda ... ]

logging
"MW Mike Weiner \(5028\)" <MWeiner(at)ag.com>
2005-02-28 16:52:40 [ FULL ]
Is it possible to make pound log its output to say /var/log/pound.log?

rather than SYSLOG ? I have looked through the Makefile, configure, and
config.log and am unsure what i need to modify to get that to work.

Thanks in advance

 
  <http://www.interactive.ag.com/>
	 ... Says it Best.
<http://www.americangreetings.com/>
	
	
Michael Weiner, Linux+, Linux+ SME
Senior Systems Administrator 	AmericanGreetings.com
One American Road
Cleveland, OH 44144
<http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=One+American+Road&csz=Cl
eveland%2C+OH++44144&country=us>  	
MWeiner(at)ag.com
IM: hUnTeRoZe
http://www.interactive.ag.com
<http://www.interactive.ag.com/>
tel: 
fax: 
mobile: 	(216) 889-5028
(216) 889-5029
(216) 965-8619 	
	
Add me to your address book...
<https://www.plaxo.com/add_me?u=12885008288&v0=209910&k0=491764583>
Want a signature like this? <http://www.plaxo.com/signature>

Re: logging
stanojr(at)blackhole.websupport.sk
2005-02-28 17:08:53 [ FULL ]
hello

i am using syslog-ng
#grep pound /etc/syslog-ng/syslog-ng.conf 
destination d_pound { file("/var/log/pound"); };
filter f_daemon { facility(daemon) and not match("pound"); };
filter f_pound { facility(daemon) and match("pound"); };
log { source(s_system); filter(f_pound); destination(d_pound); };

or somewhere on net is a patch which can log to files and not via syslog
there is a link on pound homepage, but is broken

On Mon, Feb 28, 2005 at 10:52:40AM -0500, MW Mike Weiner (5028) wrote:[...]

MailBoxer