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

git commit: Revert "TS-2274 Set diags.show_location to on"

Repository: trafficserver
Updated Branches:
  refs/heads/master 2bf6ef38f -> 8a15b3d24


Revert "TS-2274 Set diags.show_location to on"

This reverts commit 82401537663e5e57dddfd8d1a98c5ecdbdf39d8a.


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

Branch: refs/heads/master
Commit: 8a15b3d24bfaf298397423dd61286c3807603270
Parents: 2bf6ef3
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat May 31 13:05:30 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat May 31 13:05:42 2014 -0600

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8a15b3d2/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 32d5062..64b5be4 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -184,7 +184,7 @@ RecordElement RecordsConfig[] = {
   ,
   {RECT_CONFIG, "proxy.config.diags.action.tags", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.diags.show_location", RECD_INT, "1", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
+  {RECT_CONFIG, "proxy.config.diags.show_location", RECD_INT, "0", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
   {RECT_CONFIG, "proxy.config.diags.output.diag", RECD_STRING, "E", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,