mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-19 14:18:24 -04:00
Don't use paramiko with DEBUG
It outputs way, way too much info. Thousands of lines only when copying the files over, which is not useful at all.
This commit is contained in:
@@ -253,7 +253,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
||||
except NameError:
|
||||
raise BuildException("Paramiko is required to use the buildserver")
|
||||
if options.verbose:
|
||||
logging.getLogger("paramiko").setLevel(logging.DEBUG)
|
||||
logging.getLogger("paramiko").setLevel(logging.INFO)
|
||||
else:
|
||||
logging.getLogger("paramiko").setLevel(logging.WARN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user