[FIX] runbot: do not run odoo in with log-level=debug

This commit is contained in:
Christophe Simonis 2014-09-05 16:30:10 +02:00
parent 71c35940de
commit f34975ecff

View File

@ -798,7 +798,6 @@ class runbot_build(osv.osv):
# not sure, to avoid old server to check other dbs
cmd += ["--max-cron-threads", "0"]
cmd += ['--log-level=debug']
cmd += ['-d', "%s-all" % build.dest]
if grep(build.server("tools/config.py"), "db-filter"):