We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7cf18 commit e1ed158Copy full SHA for e1ed158
testgres/config.py
@@ -13,7 +13,7 @@
13
from .operations.local_ops import LocalOperations
14
15
log_level = os.getenv('LOGGING_LEVEL', 'WARNING').upper()
16
-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')
17
logging.basicConfig(level=log_level, format=log_format)
18
19
0 commit comments