diff --git a/onetl/VERSION b/onetl/VERSION index faef31a43..39e898a4f 100644 --- a/onetl/VERSION +++ b/onetl/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/onetl/log.py b/onetl/log.py index 4ce3431a0..ac878ee69 100644 --- a/onetl/log.py +++ b/onetl/log.py @@ -33,7 +33,7 @@ HALF_SCREEN_SIZE = 45 BASE_LOG_INDENT = 8 -LOG_FORMAT = "%(asctime)s [%(levelname:8s)s] %(message)s" +LOG_FORMAT = "%(asctime)s [%(levelname)-8s] %(message)s" CLIENT_MODULES = {"hdfs", "paramiko", "ftputil", "smbclient"} DISABLED = 9999 # CRITICAL is 50, we need even higher to disable all logs