Github user zwoop commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/851#discussion_r74513800
--- Diff: proxy/logging/LogConfig.cc ---
@@ -493,14 +494,21 @@ void
LogConfig::setup_log_objects()
{
Debug("log", "creating objects...");
+ RecBool enable_lua = false;
+
+ RecGetRecordBool("proxy.config.log.config.enable_lua", &enable_lua);
--- End diff --
I think you should nuke this config, and just make the new config default.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---