docker: add TASK_LOG_DIR to docker settings file

This was missed when the main settings.py got updated recently.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-10-03 16:50:17 +13:00
parent accbf15a8b
commit 24b6e13442

View File

@ -239,6 +239,9 @@ RABBIT_BACKEND = 'rpc://layersrabbit/'
# Used for fetching repo
PARALLEL_JOBS = "4"
# Full path to directory to store logs for dynamically executed tasks
TASK_LOG_DIR = "/tmp/layerindex-task-logs"
# Full path to directory where rrs tools stores logs
TOOLS_LOG_DIR = ""