From d4ccc7909d4aad5841bcbc7d80d7eddd84c86cab Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 3 Jun 2024 21:00:22 +0200 Subject: [PATCH] Control pytest log formatting --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e96768c5b..0c9222530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,9 @@ skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*" known_first_party = ["freqtrade_client"] [tool.pytest.ini_options] +log_format = "%(asctime)s %(levelname)s %(message)s" +log_date_format = "%Y-%m-%d %H:%M:%S" + asyncio_mode = "auto" addopts = "--dist loadscope"