From 00df9ede1e9b61c981bb3e3797de038ec450eda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Tue, 7 Jul 2015 17:21:29 -0500 Subject: [PATCH] settings.py: Add TOOLS_LOG_DIR for store RRS logs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.py b/settings.py index 0ed438a..65a947e 100644 --- a/settings.py +++ b/settings.py @@ -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 = ""