Efficient stdout downloader implementation

* Temporarily dump stdout contents to a configurable temp location
* Implement file streaming to the host via a new format specifier in the
  api view
This commit is contained in:
Matthew Jones
2015-07-22 15:08:37 -04:00
parent 55da712a95
commit b1b49ba286
3 changed files with 17 additions and 3 deletions

View File

@@ -563,6 +563,7 @@ FACT_CACHE_PORT = 6564
ORG_ADMINS_CAN_SEE_ALL_USERS = True
STDOUT_MAX_BYTES_DISPLAY = 1000000
STDOUT_TEMP_DIR = "/tmp"
# Logging configuration.
LOGGING = {