From 81d6434ac9e7e7c785531b530d09c2e9abaf512e Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Wed, 13 Mar 2024 09:33:41 +1100 Subject: [PATCH] chore(test): improve test logging Signed-off-by: JP-Ellis --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 01d5b452a9..820218d8ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -188,6 +188,10 @@ filterwarnings = [ "ignore::PendingDeprecationWarning:tests", ] +log_level = "NOTSET" +log_format = "%(asctime)s [%(levelname)-8s] %(name)s: %(message)s" +log_date-format = "%H:%M:%S" + markers = [ # Markers for the compatibility suite "consumer",