summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2015-04-23 21:52:45 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2015-04-23 21:52:45 +0300
commitc2afd6ce8b3dbff3af87aeec13904b848f7a3fb2 (patch)
tree0e27f35071648c32c370a423b45da9d211c6eb9b
parentf46c91cf60a57dac2c1dafbf5a595e8cafcdf62b (diff)
weblogs: Enable partial debugging for process-all.sh
While debugging "webdruid timeout kills innocent victim" issue. Change-Id: I2c3919519dcd45efc65f02720d6d1910fad1aaf8
-rw-r--r--roles/weblogs/templates/weblogs.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/weblogs/templates/weblogs.cron b/roles/weblogs/templates/weblogs.cron
index c47a2986..5d5407ac 100644
--- a/roles/weblogs/templates/weblogs.cron
+++ b/roles/weblogs/templates/weblogs.cron
@@ -2,4 +2,4 @@
MAILTO=linaro-infrastructure-errors@lists.linaro.org
0 7 * * * {{owner}} (cd /srv/weblogs; DEBUG=0 ./fetch-logs.sh)
-0 8 * * * {{owner}} (cd /srv/weblogs; ./process-all.sh)
+0 8 * * * {{owner}} (cd /srv/weblogs; DEBUG=2 ./process-all.sh)