summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-14 07:06:28 +0200
committerGitHub <noreply@github.com>2021-09-14 07:06:28 +0200
commit602cbc2c99e3ea0c4213473c346b871326152788 (patch)
tree50d8823e34ffd3045307106ee903bc526e5afac4 /tests
parentaba3566fbd1efa3b6f2e1302feddca3e72a85fde (diff)
parent6abc37efc75a472b977306e5352c10358f3a1d08 (diff)
Merge pull request #297 from dalf/engine-logger-enh
debug mode: more readable logging
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index d4b101cc..23e62f04 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -3,6 +3,7 @@ import os
import aiounittest
os.environ['SEARX_DEBUG'] = '1'
+os.environ['SEARX_DEBUG_LOG_LEVEL'] = 'WARNING'
os.environ['SEARX_DISABLE_ETC_SETTINGS'] = '1'
os.environ.pop('SEARX_SETTINGS_PATH', None)