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 = ""