From befa06ddffc8aca23d884073c1ca366af89af1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Tue, 23 May 2023 08:10:26 +0000 Subject: [PATCH] [DOP-5595] Fix setup_logging format --- onetl/VERSION | 2 +- onetl/log.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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