mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
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:
parent
accbf15a8b
commit
24b6e13442
|
@ -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 = ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user