Content-Length: 779 | pFad | http://github.com/postgrespro/testgres/pull/140.patch
thub.com
From c369d1971d62c31b5e9f889e2a301a1fe6454de8 Mon Sep 17 00:00:00 2001
From: vshepard
Date: Tue, 13 Aug 2024 17:21:31 +0200
Subject: [PATCH] Fix logger
---
testgres/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testgres/config.py b/testgres/config.py
index 63719f1d..67d467d3 100644
--- a/testgres/config.py
+++ b/testgres/config.py
@@ -13,7 +13,7 @@
from .operations.local_ops import LocalOperations
log_level = os.getenv('LOGGING_LEVEL', 'WARNING').upper()
-log_format = os.getenv('LOGGING_FORMAT', '%(asctime)s - %(levelname)s - %(message)s').upper()
+log_format = os.getenv('LOGGING_FORMAT', '%(asctime)s - %(levelname)s - %(message)s')
logging.basicConfig(level=log_level, format=log_format)
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/postgrespro/testgres/pull/140.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy