diff --git a/runbot/runbot.py b/runbot/runbot.py index b8162f2d..945c3877 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -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"):