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 2016/08/05 22:46:17 UTC

[trafficserver] branch master updated: TS-4711: Remove custom logs member variables.

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  e4300be   TS-4711: Remove custom logs member variables.
e4300be is described below

commit e4300bee65d659d0ae1f21a3de4cad1409b2d823
Author: James Peach <jp...@apache.org>
AuthorDate: Sat Aug 6 08:25:10 2016 +1000

    TS-4711: Remove custom logs member variables.
---
 proxy/logging/LogConfig.cc | 1 -
 proxy/logging/LogConfig.h  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/proxy/logging/LogConfig.cc b/proxy/logging/LogConfig.cc
index e6df3a7..f125272 100644
--- a/proxy/logging/LogConfig.cc
+++ b/proxy/logging/LogConfig.cc
@@ -561,7 +561,6 @@ LogConfig::register_config_callbacks()
     "proxy.config.log.rolling_offset_hr",
     "proxy.config.log.rolling_size_mb",
     "proxy.config.log.auto_delete_rolled_files",
-    "proxy.config.log.custom_logs_enabled",
     "proxy.config.log.xml_config_file",
     "proxy.config.log.hosts_config_file",
     "proxy.config.log.sampling_frequency",
diff --git a/proxy/logging/LogConfig.h b/proxy/logging/LogConfig.h
index 7a33289..53338aa 100644
--- a/proxy/logging/LogConfig.h
+++ b/proxy/logging/LogConfig.h
@@ -188,7 +188,6 @@ public:
   int rolling_offset_hr;
   int rolling_size_mb;
   bool auto_delete_rolled_files;
-  bool custom_logs_enabled;
 
   int sampling_frequency;
   int file_stat_frequency;

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].