Skip to content

Commit befa06d

Browse files
committed
[DOP-5595] Fix setup_logging format
1 parent 07c6fbd commit befa06d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

onetl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

onetl/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
HALF_SCREEN_SIZE = 45
3535
BASE_LOG_INDENT = 8
36-
LOG_FORMAT = "%(asctime)s [%(levelname:8s)s] %(message)s"
36+
LOG_FORMAT = "%(asctime)s [%(levelname)-8s] %(message)s"
3737
CLIENT_MODULES = {"hdfs", "paramiko", "ftputil", "smbclient"}
3838

3939
DISABLED = 9999 # CRITICAL is 50, we need even higher to disable all logs

0 commit comments

Comments
 (0)