Add osquery log file paths to list of env variables (#81)

This commit is contained in:
Zachary Wasserman 2016-08-17 17:31:37 -07:00 committed by Mike Arpaia
parent 8ca6504688
commit 49fe2ed595

View file

@ -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)