settings.py: Add TOOLS_LOG_DIR for store RRS logs.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
Aníbal Limón 2015-07-07 17:21:29 -05:00 committed by Paul Eggleton
parent 1b6ba9fb0f
commit 00df9ede1e

View File

@ -238,3 +238,6 @@ PARALLEL_JOBS = "4"
RRS_EMAIL_SUBJECT = '[Recipe reporting system] Upgradable recipe name list'
RRS_EMAIL_FROM = 'recipe-report@yoctoproject.org'
RRS_EMAIL_TO = 'list@example.com'
# Full path to directory where rrs tools stores logs
TOOLS_LOG_DIR = ""