refactor "quiet" parameter away and provide more precise logging-control

This commit is contained in:
holger krekel
2022-05-01 14:21:00 +02:00
parent 0e3165d724
commit c1b33a66c4
4 changed files with 22 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ def test_db_busy_error(acfactory, tmpdir):
print("%3.2f %s" % (time.time() - starttime, string))
# make a number of accounts
accounts = acfactory.get_many_online_accounts(3, quiet=True)
accounts = acfactory.get_many_online_accounts(3)
log("created %s accounts" % len(accounts))
# put a bigfile into each account