diff options
author | Alexandre Flament <alex@al-f.net> | 2021-09-14 07:06:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 07:06:28 +0200 |
commit | 602cbc2c99e3ea0c4213473c346b871326152788 (patch) | |
tree | 50d8823e34ffd3045307106ee903bc526e5afac4 /tests | |
parent | aba3566fbd1efa3b6f2e1302feddca3e72a85fde (diff) | |
parent | 6abc37efc75a472b977306e5352c10358f3a1d08 (diff) | |
download | searxng-602cbc2c99e3ea0c4213473c346b871326152788.tar.gz searxng-602cbc2c99e3ea0c4213473c346b871326152788.zip |
Merge pull request #297 from dalf/engine-logger-enh
debug mode: more readable logging
Diffstat (limited to 'tests')
-rw-r--r-- | tests/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index d4b101cc4..23e62f040 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) |