Re: syslog question

2008-07-30 Thread patrick
For some reason, switching Apache to use local3 instead of local5 and updating syslog.conf correspondingly correct this. Weird. Patrick On Wed, Jul 30, 2008 at 3:19 PM, patrick <[EMAIL PROTECTED]> wrote: > I've configured my Apache process to send the ErrorLog to the > syslog:local5 facility. >

syslog question

2008-07-30 Thread patrick
I've configured my Apache process to send the ErrorLog to the syslog:local5 facility. In my syslog.conf file, I have: !httpd *.* /usr/local/apache/logs/error_log to catch these log messages. This works great, but these messages are also going into my /

Re: syslog question

2004-01-19 Thread Matthew Seaman
On Mon, Jan 19, 2004 at 01:09:13PM +0100, Didier WIROTH wrote: > Hi, > I've this entry in syslog.conf (which is default): > > *.err;kern.debug;auth.notice;mail.crit /dev/console > > I would like also to log those messages in a file called for example: > /var/log/console.critical (I want

Re: syslog question

2004-01-19 Thread Nelis Lamprecht
On Mon, 2004-01-19 at 14:09, Didier WIROTH wrote: > Hi, > I've this entry in syslog.conf (which is default): > > *.err;kern.debug;auth.notice;mail.crit /dev/console > > I would like also to log those messages in a file called for example: > /var/log/console.critical (I want both, /dev/co

Re: syslog question

2004-01-19 Thread Antoine Jacoutot
On Monday 19 January 2004 13:09, Didier WIROTH wrote: > I've this entry in syslog.conf (which is default): > > *.err;kern.debug;auth.notice;mail.crit /dev/console > > I would like also to log those messages in a file called for example: > /var/log/console.critical (I want both, /dev/consol

syslog question

2004-01-19 Thread Didier WIROTH
Hi, I've this entry in syslog.conf (which is default): *.err;kern.debug;auth.notice;mail.crit /dev/console I would like also to log those messages in a file called for example: /var/log/console.critical (I want both, /dev/console and the log file!) How should I modify the above line to

Re: Syslog question

2003-06-25 Thread Jez Hancock
On Wed, Jun 25, 2003 at 10:21:11AM -0400, Kliment Andreev wrote: > I have the following in /etc/syslog.conf. Notice lines (1) and (3). > I want to log news.notice ONLY in /var/log/news/news.notice but instead of > that I have the same output both in /var/log/news/news.notice and > /var/log/messages

Re: Syslog question

2003-06-25 Thread Raymond T. Sundland
Add !news.notice to your /var/log/messages line. man syslog.conf as well, for your own sake. Kliment Andreev wrote: I have the following in /etc/syslog.conf. Notice lines (1) and (3). I want to log news.notice ONLY in /var/log/news/news.notice but instead of that I have the same output both in

Syslog question

2003-06-25 Thread Kliment Andreev
I have the following in /etc/syslog.conf. Notice lines (1) and (3). I want to log news.notice ONLY in /var/log/news/news.notice but instead of that I have the same output both in /var/log/news/news.notice and /var/log/messages. If I remove *.notice from line (3) I am afraid that I would not log any

Re: syslog question

2002-11-08 Thread Toomas Aas
> Is there any way to say in the first line "send *.notice except where > programname=ipmon to /var/log/messages"? > > I read through the syslog.conf man page, but there doesn't seem to be > any way to do this. Change the /var/log/messages line so it looks like this: *.notice;kern.debug;lpr.info

syslog question

2002-11-08 Thread Michael Grant
I have these lines in my syslog.conf: *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages !ipmon *.* /var/log/ipflog The first line says send *.notice, kern.debug...etc to messages. The second line starts a block specifically referring to