From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 09:06:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B2B37B401 for ; Wed, 25 Jun 2003 09:06:13 -0700 (PDT) Received: from ensim1.kuruption.net (kuruption.net [64.246.28.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CB143FA3 for ; Wed, 25 Jun 2003 09:06:12 -0700 (PDT) (envelope-from raymond@sundland.com) Received: from kuruption.net (pcp03026213pcs.plnfld01.nj.comcast.net [68.85.62.182]) by ensim1.kuruption.net (8.11.6/8.11.6) with ESMTP id h5PG6BR20363; Wed, 25 Jun 2003 12:06:11 -0400 Received: by kuruption.net (Postfix, from userid 50) id CD9808D9CC; Wed, 25 Jun 2003 12:06:04 -0400 (EDT) Received: from sundland.com (pcp03026106pcs.plnfld01.nj.comcast.net [68.85.62.75]) by kuruption.net (Postfix) with ESMTP id 72D458D9C8; Wed, 25 Jun 2003 12:06:03 -0400 (EDT) Message-ID: <3EF9C86B.5080306@sundland.com> Date: Wed, 25 Jun 2003 12:06:03 -0400 From: "Raymond T. Sundland" User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kliment Andreev References: <000501c33b25$090e0b90$ca0110ac@vinyl.tkvbp.com> In-Reply-To: <000501c33b25$090e0b90$ca0110ac@vinyl.tkvbp.com> X-Enigmail-Version: 0.74.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.7 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,SPAM_PHRASE_03_05, TO_BE_REMOVED_REPLY,USER_AGENT,USER_AGENT_MOZILLA_UA, X_ACCEPT_LANG version=2.44 X-Spam-Level: cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 16:06:14 -0000 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 /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 other *.notice messages. > >(1) news.notice >/var/log/news/news.notice >*.err;kern.debug;auth.notice;mail.crit /dev/console >(3) *.notice;kern.debug;lpr.info;mail.crit /var/log/messages > >What should I modify, before I kill -HUP `cat /var/run/syslog.pid`. > > >Thanks... > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >