From 4426081d612353a7a65601129630a53d9c9c35c1 Mon Sep 17 00:00:00 2001 From: Bruno Antonellini Date: Wed, 11 Dec 2024 12:33:51 -0300 Subject: [PATCH] Configure log-level --- orchestrate/test_dags/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orchestrate/test_dags/pytest.ini b/orchestrate/test_dags/pytest.ini index e0188fd1..12b53ad2 100644 --- a/orchestrate/test_dags/pytest.ini +++ b/orchestrate/test_dags/pytest.ini @@ -1,3 +1,5 @@ # pytest.ini [pytest] cache_dir = /tmp +log_cli = True +log_cli_level = DEBUG