From 56a246569a059d19e361f7d0ebfee6ce6290bceb Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 5 Apr 2022 00:57:52 +0200 Subject: [PATCH] Include threadname and time in pytest logs --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fbe9fa4b6e8..1755fe3717b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,3 +153,5 @@ norecursedirs = [ ".git", "testing_config", ] +log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(filename)s:%(lineno)s %(message)s" +log_date_format = "%Y-%m-%d %H:%M:%S"