Skip to content

Commit

Permalink
[DOP-5595] Fix setup_logging format
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed May 23, 2023
1 parent 07c6fbd commit befa06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onetl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
2 changes: 1 addition & 1 deletion onetl/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit befa06d

Please sign in to comment.