Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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