From 24b6e13442c403ae6d4a2b1782a5b5f06b643e22 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 3 Oct 2018 16:50:17 +1300 Subject: [PATCH] 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 --- docker/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/settings.py b/docker/settings.py index a8db842..9913e45 100644 --- a/docker/settings.py +++ b/docker/settings.py @@ -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 = ""