Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/syslogd Add an explanation of the log format. From...



details:   https://anonhg.NetBSD.org/src/rev/4b2134a95603
branches:  trunk
changeset: 546593:4b2134a95603
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Fri May 02 08:31:51 2003 +0000

description:
Add an explanation of the log format.  From PR#14290.

diffstat:

 usr.sbin/syslogd/syslogd.8 |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 038351da51e2 -r 4b2134a95603 usr.sbin/syslogd/syslogd.8
--- a/usr.sbin/syslogd/syslogd.8        Fri May 02 08:26:46 2003 +0000
+++ b/usr.sbin/syslogd/syslogd.8        Fri May 02 08:31:51 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: syslogd.8,v 1.28 2003/02/25 10:36:20 wiz Exp $
+.\"    $NetBSD: syslogd.8,v 1.29 2003/05/02 08:31:51 gmcgarry Exp $
 .\"
 .\" Copyright (c) 1983, 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -163,6 +163,10 @@
 Note: the normal log socket must now also be passed to
 .Nm .
 .Pp
+The logged message includes the date, time, and hostname (or pathname of
+the log socket).  Commonly, the program name and the process id is
+included.
+.Pp
 Accesses from UDP socket can be filtered by libwrap configuration files, like
 .Pa /etc/hosts.deny .
 Specify



Home | Main Index | Thread Index | Old Index