mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: do not run odoo in with log-level=debug
This commit is contained in:
parent
71c35940de
commit
f34975ecff
@ -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"):
|
||||
|
Loading…
Reference in New Issue
Block a user