diff --git a/pyproject.toml b/pyproject.toml index fbe9fa4b6e8..bed61906c3a 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 %(name)s:%(filename)s:%(lineno)s %(message)s" +log_date_format = "%Y-%m-%d %H:%M:%S"