2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LOGADM.CONF 4 "May 23, 2007"
8 logadm.conf \- configuration file for logadm command
12 \fB/etc/logadm.conf\fR
18 \fB/etc/logadm.conf\fR is the default configuration file for the log management
19 tool \fBlogadm\fR(1M). Comments are allowed using the pound character (\fB#\fR)
20 and extend to the end of line. Each non-comment line has the form:
24 \fIlogname\fR \fIoptions\fR
30 where \fIlogname\fR is the name of the entry and \fIoptions\fR are the default
31 command line options for the \fBlogadm\fR command. The name of the entry may be
32 the same as the name of the log file, or a log file name may be given in the
33 options section of the entry. Long lines may be folded using a backslash
34 followed by a newline to continue an entry on the next line. Single or double
35 quotes may be used to protect spaces or alternate-style quotes in strings.
38 The preferred method for changing \fB/etc/logadm.conf\fR is to use the
39 \fB-V\fR, \fB-w\fR, and \fB-r\fR options to the \fBlogadm\fR(1M) command, which
40 allow you to lookup an entry, write an entry, or remove an entry from
41 \fB/etc/logadm.conf\fR.
44 A full description of how and when \fB/etc/logadm.conf\fR is used and sample
45 entries are found in \fBlogadm\fR(1M).
48 By default, \fBlogadm\fR(1M) works in \fBGMT\fR. Therefore, all entries in
49 \fB/etc/logadm.conf\fR will have a \fBGMT\fR timestamp. Users can use the
50 \fB-l\fR option to set \fBlogadm\fR to local time.
54 See \fBattributes\fR(5) for descriptions of the following attributes:
62 ATTRIBUTE TYPE ATTRIBUTE VALUE
64 Interface Stability Evolving
70 \fBlogadm\fR(1M), \fBattributes\fR(5)