Content-Length: 520 | pFad | http://github.com/postgrespro/testgres/pull/140.diff
thub.com 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)Fetched URL: http://github.com/postgrespro/testgres/pull/140.diff
Alternative Proxies: