mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user