This is an automated email from the ASF dual-hosted git repository.
scw00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 2050aae Fixes logging after collation removal
2050aae is described below
commit 2050aae3cf5efe938d796ae5422a6522de99a89d
Author: Randall Meyer <[email protected]>
AuthorDate: Mon Apr 29 13:36:03 2019 -0700
Fixes logging after collation removal
A followup to 82d564486e058ead160bfb8ad15e40b0507ff8aa
---
proxy/logging/YamlLogConfig.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/proxy/logging/YamlLogConfig.cc b/proxy/logging/YamlLogConfig.cc
index 3e8d408..db3580f 100644
--- a/proxy/logging/YamlLogConfig.cc
+++ b/proxy/logging/YamlLogConfig.cc
@@ -183,8 +183,8 @@ YamlLogConfig::decodeLogObject(const YAML::Node &node)
}
auto logObject = new LogObject(fmt, Log::config->logfile_dir,
filename.c_str(), file_type, header.c_str(),
-
(Log::RollingEnabledValues)obj_rolling_enabled, obj_rolling_interval_sec,
obj_rolling_offset_hr,
- obj_rolling_size_mb);
+
(Log::RollingEnabledValues)obj_rolling_enabled, Log::config->preproc_threads,
+ obj_rolling_interval_sec,
obj_rolling_offset_hr, obj_rolling_size_mb);
// Generate LogDeletingInfo entry for later use
std::string ext;