use syslog for errors
[unix-history] / usr / src / usr.bin / uucp / uulog / uulog.1
CommitLineData
41cc26ae
KM
1.\" Copyright (c) 1986 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
5.\" @(#)uulog.1 6.1 (Berkeley) %G%
6.\"
7.TH UULOG 1C ""
8.UC 6
9.SH NAME
10uulog \- display \s-1UUCP\s0 log files
11.SH SYNOPSIS
12.B uulog
13[
14.B \-s
15.I sys
16] [
17.B \-u
18.I user
19]
20.SH DESCRIPTION
21.I Uulog
22queries a log
23of
24.IR uucp (1C)
25and
26.IR uux (1C)
27transactions in the file
28.B /usr/spool/uucp/\s-1LOGFILE.\s0
29.PP
30The options command
31.I uulog
32to print logging information:
33.TP 8
34.BI \-s sys\^
35Print information about work involving system
36.IR sys .
37.TP 8
38.BI \-u user\^
39Print information about work done for the specified
40.IR user .
41.SH FILES
42/usr/spool/uucp/\s-1LOGFILE\s0
43.SH SEE ALSO
44uucp(1C), uux(1C).
45.SH NOTES
46Very early releases of \s-1UUCP\s0 used separate log files
47for each of the \s-1UUCP\s0 utilities;
48.I uulog
49was used to merge the individual logs into a master file.
50This capability has not been necessary for some time and is
51no longer supported.
52.SH BUGS
53\s-1UUCP\s0's recording of which user issued a request is unreliable.
54.PP
55.I Uulog
56is little more than an overspecialized version of
57.IR grep (1).