~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to doc/man/show_logging.1

  • Committer: Bazaar Package Importer
  • Author(s): Arno Toell
  • Date: 2011-01-13 11:49:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110113114918-vu422h8dknrgkj15
Tags: upstream-2.1.5-unstable
ImportĀ upstreamĀ versionĀ 2.1.5-unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"  Licensed to the Apache Software Foundation (ASF) under one .\"
 
2
.\"  or more contributor license agreements.  See the NOTICE file .\"
 
3
.\"  distributed with this work for additional information .\"
 
4
.\"  regarding copyright ownership.  The ASF licenses this file .\"
 
5
.\"  to you under the Apache License, Version 2.0 (the .\"
 
6
.\"  "License"); you may not use this file except in compliance .\"
 
7
.\"  with the License.  You may obtain a copy of the License at .\"
 
8
.\" .\"
 
9
.\"      http://www.apache.org/licenses/LICENSE-2.0 .\"
 
10
.\" .\"
 
11
.\"  Unless required by applicable law or agreed to in writing, software .\"
 
12
.\"  distributed under the License is distributed on an "AS IS" BASIS, .\"
 
13
.\"  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .\"
 
14
.\"  See the License for the specific language governing permissions and .\"
 
15
.\"  limitations under the License. .\"
 
16
.TH "show:logging"
 
17
.SH NAME
 
18
show:logging \- This command displays logging configuration information.
 
19
.SH SYNOPSIS
 
20
show:logging
 
21
.SH DESCRIPTION
 
22
The show:logging command displays logging configuration information, including 
 
23
collation, management, format, and rolling configuration (see example below). 
 
24
The show:logging command takes no options.
 
25
.SH EXAMPLE
 
26
.PP
 
27
When you execute the show:logging command, you see results in the following 
 
28
format:
 
29
.PP
 
30
.nf
 
31
traffic_shell> show:logging
 
32
Logging Mode ----------------------------- errors and transactions
 
33
Management
 
34
  Log Space Limit ------------------------ 2000 MB
 
35
  Log Space Headroom --------------------- 10 MB
 
36
Log Collation ---------------------------- off
 
37
  Host ----------------------------------- NULL
 
38
  Port ----------------------------------- 8085
 
39
  Secret --------------------------------- foobar
 
40
  Host Tagged ---------------------------- off
 
41
  Space Limit for Orphan Files ----------- 25 MB
 
42
Squid Format ----------------------------- on
 
43
  File Type ------------------------------ ASCII
 
44
  File Name ------------------------------ squid
 
45
  File Header ---------------------------- NULL
 
46
Netscape Common -------------------------- off
 
47
  File Type ------------------------------ ASCII
 
48
  File Name ------------------------------ common
 
49
  File Header ---------------------------- NULL
 
50
Netscape Extended ------------------------ off
 
51
  File Type ------------------------------ ASCII
 
52
  File Name ------------------------------ extended
 
53
  File Header ---------------------------- NULL
 
54
Netscape Extended2 ----------------------- off
 
55
  File Type ------------------------------ ASCII
 
56
  File Name   ---------------------------- extended2
 
57
  File Header ---------------------------- NULL
 
58
Splitting
 
59
  ICP Log Splitting ---------------------- off
 
60
  HTTP Host Log Splitting ---------------- off
 
61
Custom Logs ------------------------------ off
 
62
Custom Log Definition Format ------------- Traditional
 
63
Rolling ---------------------------------- on
 
64
  Roll Offset Hour ----------------------- 0
 
65
  Roll Interval -------------------------- 86400 s
 
66
  Auto-delete rolled files (low space) --- on
 
67
traffic_shell>
 
68
.SH "SEE ALSO"
 
69
config:logging