From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 04:09:13 2004 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 0598416A4CE for ; Mon, 19 Jan 2004 04:09:13 -0800 (PST) Received: from postino-1.etat.lu (postino-1.etat.lu [194.154.205.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C01943D3F for ; Mon, 19 Jan 2004 04:09:11 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus.cie.etat.lu (avirus.cie.etat.lu [148.110.136.55]) by postino-1.etat.lu (Postfix) with ESMTP id 5543F359EE4 for ; Mon, 19 Jan 2004 13:09:09 +0100 (CET) Received: from hermes-2 (localhost [127.0.0.1]) by avirus.cie.etat.lu (8.11.7+Sun/8.8.8) with ESMTP id i0JC97M20745 for ; Mon, 19 Jan 2004 13:09:07 +0100 (MET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HRQ00G01KCR1K@mail.etat.lu> for freebsd-questions@freebsd.org; Mon, 19 Jan 2004 13:09:08 +0100 (MET) Received: from lucy ([148.110.43.189])18 2003)) freebsd-questions@freebsd.org; Mon, 19 Jan 2004 13:09:06 +0100 (MET) Date: Mon, 19 Jan 2004 13:09:13 +0100 From: Didier WIROTH To: freebsd-questions@freebsd.org Message-id: <0HRQ008TLKF6LF@mail.etat.lu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Thread-index: AcPehQ2EvLcEa7yoSQOsEkK+GfS/yw== Subject: 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: Mon, 19 Jan 2004 12:09:13 -0000 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 achive this? Many thanks