mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 16:30:28 +03: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:
parent
326e299e15
commit
7e82b044fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue