From 49fe2ed59595445e75be12e058609239812ff410 Mon Sep 17 00:00:00 2001 From: Zachary Wasserman Date: Wed, 17 Aug 2016 17:31:37 -0700 Subject: [PATCH] Add osquery log file paths to list of env variables (#81) --- kolide.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kolide.go b/kolide.go index 88e5a43fde..e65868c1ac 100644 --- a/kolide.go +++ b/kolide.go @@ -76,6 +76,8 @@ Available Configurations: osquery: enroll_secret (string) (KOLIDE_OSQUERY_ENROLL_SECRET) node_key_size (int) (KOLIDE_OSQUERY_NODE_KEY_SIZE) + status_log_file (string) (KOLIDE_OSQUERY_STATUS_LOG_FILE) + result_log_file (string) (KOLIDE_OSQUERY_RESULT_LOG_FILE) logging: debug (bool) (KOLIDE_LOGGING_DEBUG) disable_banner (bool) (KOLIDE_LOGGING_DISABLE_BANNER)