Skip to content

Commit e1ed158

Browse files
demonolockvshepard
and
vshepard
authored
Fix logger (#140)
Co-authored-by: vshepard <[email protected]>
1 parent 5c7cf18 commit e1ed158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: testgres/config.py

+1-1
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)