Make proxy.config.log.auto_delete_rolled_files findable
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f83af317 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f83af317 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f83af317 Branch: refs/heads/master Commit: f83af3179b1d96ddbf4630a24535a240e6dfe85f Parents: 3c47308 Author: James Peach <[email protected]> Authored: Fri Apr 25 15:07:39 2014 -0700 Committer: James Peach <[email protected]> Committed: Fri Apr 25 15:07:39 2014 -0700 ---------------------------------------------------------------------- proxy/logging/LogConfig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f83af317/proxy/logging/LogConfig.cc ---------------------------------------------------------------------- diff --git a/proxy/logging/LogConfig.cc b/proxy/logging/LogConfig.cc index 6b381ce..3498943 100644 --- a/proxy/logging/LogConfig.cc +++ b/proxy/logging/LogConfig.cc @@ -411,7 +411,7 @@ LogConfig::read_configuration_variables() rolling_offset_hr = (int) REC_ConfigReadInteger("proxy.config.log.rolling_offset_hr"); rolling_size_mb = (int) REC_ConfigReadInteger("proxy.config.log.rolling_size_mb"); - val = (int) REC_ConfigReadInteger("proxy.config.log." "auto_delete_rolled_files"); + val = (int) REC_ConfigReadInteger("proxy.config.log.auto_delete_rolled_files"); auto_delete_rolled_files = (val > 0); // CUSTOM LOGGING
