From owner-cvs-etc Fri Nov 1 15:15:22 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA26068 for cvs-etc-outgoing; Fri, 1 Nov 1996 15:15:22 -0800 (PST) Received: from red.jnx.com (red.jnx.com [208.197.169.254]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA25444; Fri, 1 Nov 1996 15:13:33 -0800 (PST) Received: from base.jnx.com (base.jnx.com [208.197.169.238]) by red.jnx.com (8.7.6/8.7.3) with ESMTP id PAA16478; Fri, 1 Nov 1996 15:13:02 -0800 (PST) Received: from base.jnx.com (localhost.jnx.com [127.0.0.1]) by base.jnx.com (8.7.6/8.7.3) with ESMTP id PAA06174; Fri, 1 Nov 1996 15:13:00 -0800 (PST) Message-Id: <199611012313.PAA06174@base.jnx.com> To: "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" (Andrey A. Chernov) cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc syslog.conf In-reply-to: Your message of "Sat, 02 Nov 1996 01:44:17 +0300." <199611012244.BAA00480@nagual.ru> Date: Fri, 01 Nov 1996 15:13:00 -0800 From: Paul Traina Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Actually, that's a minor ssh bug you should fix in the port. SSH should be loging user logins with AUTH.info not DAEMON.info, which is then properly recorded in auth.log. Paul (by the way, I think I added the code for rlogin/telnet, and they should all be consistent). From: "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" (Andrey A. Chernov >>) Subject: Re: cvs commit: src/etc syslog.conf > ache@freefall.freebsd.org (Andrey A. Chernov) writes: > > > > > ache 96/10/30 16:29:11 > > > > Modified: etc syslog.conf > > Log: > > Log daemon.* to /var/log/messages or very valuable daemons messages > > lost forever > > > > Revision Changes Path > > 1.4 +1 -1 src/etc/syslog.conf > > Urk? Did you really do daemon.*?!? This is a bug. daemon.notice and high >>er > can go to /var/log/messages, but definitely NOT debug/info messages. > > If you want, feel free to create a commented out daemon.debug entry that > goes to /var/log/debug.log or /var/log/daemon.log (what linux does). I don't want daemon.debug, but I really want daemon.info, ssh use it for logging user logins. Maybe daemon.info will be OK with you? -- Andrey A. Chernov http://www.nagual.ru/~ache/