From 7907856b87a590e7d45fced2517ed9c26243826b Mon Sep 17 00:00:00 2001 From: Themis Valtinos <73662635+themisvaltinos@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:54:32 +0300 Subject: [PATCH] Chore: Reinstate test cli flag to false --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e532f75f0..9a4fd0632c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -268,7 +268,7 @@ markers = [ ] addopts = "-n 0 --dist=loadgroup" asyncio_default_fixture_loop_scope = "session" -log_cli = true # Set this to true to enable logging during tests +log_cli = false # Set this to true to enable logging during tests log_cli_format = "%(asctime)s.%(msecs)03d %(filename)s:%(lineno)d %(levelname)s %(message)s" log_cli_level = "INFO" filterwarnings = [