You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/03/09 05:31:48 UTC

git commit: doc: correct traffic_cop debug logging information

Repository: trafficserver
Updated Branches:
  refs/heads/master 99677712d -> 061695895


doc: correct traffic_cop debug logging information


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/06169589
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/06169589
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/06169589

Branch: refs/heads/master
Commit: 061695895a50cf572c631eedcd248700beb925d8
Parents: 9967771
Author: James Peach <jp...@apache.org>
Authored: Sat Mar 8 20:31:33 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Sat Mar 8 20:31:33 2014 -0800

----------------------------------------------------------------------
 doc/reference/commands/traffic_cop.en.rst | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/06169589/doc/reference/commands/traffic_cop.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/commands/traffic_cop.en.rst b/doc/reference/commands/traffic_cop.en.rst
index 6fd4fb7..8d6e09b 100644
--- a/doc/reference/commands/traffic_cop.en.rst
+++ b/doc/reference/commands/traffic_cop.en.rst
@@ -44,7 +44,9 @@ The following options are available:
 
 .. option:: -o, --stdout
 
-    Print messages to standard output instead of the system log.
+  :program:`traffic_cop` ordinarily logs to syslog, however for
+  debugging purposes, this option causes it to print messages to
+  standard output instead.
 
 .. option:: -s, --stop
 
@@ -55,10 +57,6 @@ The following options are available:
 
    Print version information and exit.
 
-:program:`traffic_cop` ordinarily logs to syslog, however for
-debugging purposes, the ``--enable-cop-debug`` build option
-causes it to log trace messages to ``/tmp/traffic_cop.trace``.
-
 See also
 ========