Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite1ed158

Browse files
demonolockvshepard
and
vshepard
authored
Fix logger (#140)
Co-authored-by: vshepard <v.shepard@postgrespro.ru>
1 parent5c7cf18 commite1ed158

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_opsimportLocalOperations
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)

[8]ページ先頭

©2009-2025 Movatter.jp