Fix errors when building via docker from MacOS (#582)

* fix docker builder on macos

* remove extra comments
This commit is contained in:
Michael Ducy
2019-04-17 04:14:16 -07:00
committed by GitHub
parent acb582af15
commit 05bb4a84ca
2 changed files with 3 additions and 6 deletions

View File

@@ -89,9 +89,8 @@ private:
token_bucket m_notifications_tb;
bool m_buffered;
bool m_time_format_iso_8601;
bool m_json_output;
bool m_time_format_iso_8601;
std::string m_lua_add_output = "add_output";
std::string m_lua_output_event = "output_event";