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) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy