From 577998106aed4c3df5cda8f6af77d55dda8ef60c Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 6 Sep 2021 19:47:50 +0200 Subject: [mod] debug mode: use coloredlogs package in debug mode, add some padding to make the output more readable in procution mode, add the timestamp --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/__init__.py') 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) -- cgit v1.2.3