Skip to content

Commit e1ed158

Browse files
demonolockvshepard
andauthored
Fix logger (#140)
Co-authored-by: vshepard <v.shepard@postgrespro.ru>
1 parent 5c7cf18 commit e1ed158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .operations.local_ops import LocalOperations
1414

1515
log_level = os.getenv('LOGGING_LEVEL', 'WARNING').upper()
16-
log_format = os.getenv('LOGGING_FORMAT', '%(asctime)s - %(levelname)s - %(message)s').upper()
16+
log_format = os.getenv('LOGGING_FORMAT', '%(asctime)s - %(levelname)s - %(message)s')
1717
logging.basicConfig(level=log_level, format=log_format)
1818

1919

0 commit comments

Comments
 (0)
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